|
|
1424402d06
|
ci(bench): 添加基准测试 GitHub Actions workflow
- 触发于 master 分支 push 和 PR
- 运行 go test -bench -count=10 获取统计数据
- 使用 benchstat 对比基准线
- 调用 check_regression.py 检测回归
- 自动更新基准线并保存 artifacts
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
2026-04-29 10:33:50 +08:00 |
|
|
|
1ed56bd9c4
|
chore(ci): 移除 benchmark 工作流配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-04-10 18:19:44 +08:00 |
|
|
|
f46b0dee07
|
feat(benchmark): 新增分层性能回归检测策略
- PR 趋势监控使用宽松阈值,仅警告不阻塞合并
- 定期完整检测使用严格阈值,生成统计报告
- 新增阈值配置文件支持分环境配置
- 回归检测脚本支持 YAML 配置和环境参数
- 新增方差分析脚本用于推导阈值
|
2026-04-08 18:25:22 +08:00 |
|
|
|
355d7a18ae
|
feat(makefile,scripts,ci): 新增基准测试基础设施与回归检测
- Makefile 添加 bench-stat/bench-compare/bench-save/bench-check 命令
- 新增 Python 回归检测脚本 check_regression.py
- 新增 GitHub Actions 基准测试工作流
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-04-07 17:05:42 +08:00 |
|