Include an overall summary number in compare output
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 1k
- 派生
- 203
- 平均合并
- 1 小时 20 分钟
- 30 天内合并 PR
- 2
描述
People often quote a single perf number when comparing versions (e.g. "Python 3.11 is 25% faster than Python 3.10")
The pyperformance compare command prints out the "change factor" per benchmark. It's not clear how to go from this list of numbers to a single overall number. Having the compare command compute and print it out would also help with consistency when quoting this single perf number (is it mean? geometric mean? only including significant results or all of them?)
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 pyperformance compare 命令,并检查它目前如何报告每个 benchmark 的变化因子和显著性。与维护者明确聚合规则,然后将完成标准定义为:compare 一致地打印一个有文档记录的总体摘要数值。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- cli, performance
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100