π
Here are some recent and important revisions. π Complete list of results.
Most recent pystats on main (7d7d56d)
date | fork/ref | hash/flags | vs. 3.12.6: | vs. 3.13.0rc2: | vs. base: |
---|---|---|---|---|---|
2024-11-12 | python/8cc6e5c8751139e86b2a | 8cc6e5c | 1.00x β ππ |
1.01x β ππ |
|
2024-11-12 | python/8cc6e5c8751139e86b2a | 8cc6e5c (NOGIL) | 1.45x β ππ |
1.47x β ππ |
1.45x β πππ§ |
2024-11-12 | python/494360afd00dc8f6b549 | 494360a | 1.01x β ππ |
1.01x β ππ |
|
2024-11-12 | python/494360afd00dc8f6b549 | 494360a (NOGIL) | 1.44x β ππ |
1.46x β ππ |
1.45x β πππ§ |
2024-11-10 | python/f435de6765e032799585 | f435de6 (NOGIL) | 1.44x β ππ |
1.46x β ππ |
1.44x β πππ§ |
2024-11-10 | python/f435de6765e032799585 | f435de6 | 1.00x β ππ |
1.01x β ππ |
|
2024-11-09 | python/9d08423b6e0fa89ce9cf | 9d08423 | 1.01x β ππ |
1.00x β ππ |
|
2024-11-09 | python/9d08423b6e0fa89ce9cf | 9d08423 (NOGIL) | 1.44x β ππ |
1.47x β ππ |
1.46x β πππ§ |
date | fork/ref | hash/flags | vs. 3.12.6: | vs. 3.13.0rc2: | vs. base: |
---|---|---|---|---|---|
2024-11-13 | corona10/gh_115999_bool | b1f1c71 | 1.00x β ππ |
1.02x β ππ |
1.01x β πππ§ |
2024-11-12 | python/8cc6e5c8751139e86b2a | 8cc6e5c | 1.01x β ππ |
1.02x β ππ |
|
2024-11-12 | python/8cc6e5c8751139e86b2a | 8cc6e5c (NOGIL) | 1.55x β ππ |
1.57x β ππ |
1.54x β πππ§ |
2024-11-12 | python/494360afd00dc8f6b549 | 494360a | 1.01x β ππ |
1.02x β ππ |
|
2024-11-12 | python/494360afd00dc8f6b549 | 494360a (NOGIL) | 1.55x β ππ |
1.57x β ππ |
1.54x β πππ§ |
2024-11-10 | python/f435de6765e032799585 | f435de6 (NOGIL) | 1.55x β ππ |
1.57x β ππ |
1.54x β πππ§ |
2024-11-10 | python/f435de6765e032799585 | f435de6 | 1.00x β ππ |
1.02x β ππ |
|
2024-11-09 | python/9d08423b6e0fa89ce9cf | 9d08423 | 1.01x β ππ |
1.03x β ππ |
|
2024-11-09 | python/9d08423b6e0fa89ce9cf | 9d08423 (NOGIL) | 1.56x β ππ |
1.58x β ππ |
1.54x β πππ§ |
2024-11-09 | python/6293d00e7201f3f28b1f | 6293d00 | 1.01x β ππ |
1.02x β ππ |
|
2024-11-08 | Eclips4/ft_specialize_unpack | d49e9e6 (NOGIL) | 1.52x β ππ |
1.54x β ππ |
1.02x β πππ§ |
2024-11-08 | Eclips4/ft_specialize_unpack | d49e9e6 | 1.00x β ππ |
1.02x β ππ |
1.00x β πππ§ |
2024-11-07 | python/85036c8d612007356d21 | 85036c8 | 1.00x β ππ |
1.02x β ππ |
|
2024-11-07 | python/85036c8d612007356d21 | 85036c8 (NOGIL) | 1.55x β ππ |
1.58x β ππ |
1.55x β πππ§ |
*
indicates that the exact same versions of pyperformance was not used.
Improvement of the geometric mean of key merged benchmarks, computed with pyperf compare
.
The results have a resolution of 0.01 (1%).
Visit the π benchmark action and click the "Run Workflow" button.
The available parameters are:
fork
: The fork of CPython to benchmark. If benchmarking a pull request, this would normally be your GitHub username.ref
: The branch, tag or commit SHA to benchmark. If a SHA, it must be the full SHA, since finding it by a prefix is not supported.machine
: The machine to run on. One oflinux-amd64
(default),windows-amd64
,darwin-arm64
orall
.benchmark_base
: If checked, the base of the selected branch will also be benchmarked. The base is determined by runninggit merge-base upstream/main $ref
.pystats
: If checked, collect the pystats from running the benchmarks.
To watch the progress of the benchmark, select it from the π benchmark action page. It may be canceled from there as well. To show only your benchmark workflows, select your GitHub ID from the "Actor" dropdown.
When the benchmarking is complete, the results are published to this repository and will appear in the complete table. Each set of benchmarks will have:
- The raw
.json
results from pyperformance. - Comparisons against important reference releases, as well as the merge base of the branch if
benchmark_base
was selected. These include- A markdown table produced by
pyperf compare_to
. - A set of "violin" plots showing the distribution of results for each benchmark.
- A markdown table produced by
The most convenient way to get results locally is to clone this repo and git pull
from it.
To automate benchmarking runs, it may be more convenient to use the GitHub CLI.
Once you have gh
installed and configured, you can run benchmarks by cloning this repository and then from inside it:
gh workflow run benchmark.yml -f fork=me -f ref=my_branch
Any of the parameters described above are available at the commandline using the -f key=value
syntax.
To collect Linux perf sampling profile data for a benchmarking run, run the _benchmark
action and check the perf
checkbox.
Follow this by a run of the _generate
action to regenerate the plots.
This repo is licensed under the BSD 3-Clause License, as found in the LICENSE file.