Benchmarks should disable package builds

未关闭 适合新手
#37 3 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
2/5
预计耗时
1-3 小时
新手友好度
68/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
冷清
技术栈
python
领域
performance

调研方向

首先定位用于安装和解析软件包的 benchmark 命令,然后重现涉及 python-rapidjson 的已报告性能下降。更新 benchmark 设置以使用提议的 no-build 或 binary-only 行为,并验证软件包构建时间已被排除,且 benchmark 不再显示已报告的回归问题。

由索引模型根据 Issue 内容生成。

描述

We got a report over in https://github.com/astral-sh/uv/issues/17831 that the uv benchmark had significantly regressed so I briefly investigated and as noted in https://github.com/astral-sh/uv/issues/17831#issuecomment-3844186668 the issue is that we're resolving to a different version of a package (python-rapidjson) which takes >10s to build (on my machine) and creates a dramatic difference in the benchmark.

I think that --no-build or --only-binary :all: should be used so you're not including package build time in benchmarks.

主要语言
Makefile
星标
50
派生
15
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

lincolnloop/python-package-manager-shootout 的其他 Issue

查看 lincolnloop/python-package-manager-shootout 的全部 Issue

相似的 Issue

更多 Performance Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。