Add rinohtype benchmark?
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 1k
- 派生
- 203
- 平均合并
- 1 小时 20 分钟
- 30 天内合并 PR
- 2
描述
Do you think it would be interesting to add a rinohtype benchmark to pyperformance? rinohtype is a pure-Python (PDF) document renderer with a limited set of dependencies (unless you want to use it as a Sphinx builder, which pulls in many more).
Performance was my main worry when implementing rinohtype in Python. While rendering speed is acceptable, I think it is still much slower than TeX for example, so it can benefit from a faster CPython or PyPy. I haven't benchmarked recently, but last time I tested PyPy it managed to outperform CPython by 25%.
If you think it would be a worthwhile addition to the set of benchmarks, I can provide one.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先查看 pyperformance 中现有基准测试的组织方式,以及基准测试贡献的运行方式。使用 rinohtype 作为建议的纯 Python PDF 渲染工作负载,然后验证该基准测试能够集成到套件中,并产生可重复的性能结果。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- performance
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100