-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluate python build sources #49
Comments
I have no idea how to interpret this or what I did wrong or if it's just compilers defying expectations 😄 Comparison:
|
TODO:
|
deadsnakes.jsonPerformance version: 1.11.0 uv.jsonPerformance version: 1.11.0 Benchmarks with tag 'apps':
Benchmark hidden because not significant (2): 2to3, tornado_http Benchmarks with tag 'asyncio':
Benchmark hidden because not significant (1): async_tree_memoization Benchmarks with tag 'math':
Benchmarks with tag 'regex':
Benchmarks with tag 'serialize':
Benchmarks with tag 'startup':
Benchmarks with tag 'template':
All benchmarks:
Benchmark hidden because not significant (6): 2to3, async_tree_memoization, bench_mp_pool, dask, deepcopy_reduce, tornado_http |
We currently use deadsnakes which might not be optimal: it doesn't do LTO / PGO which people have reported to help quite a bit with performance.
The text was updated successfully, but these errors were encountered: