This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Dennis Sweeney, Zeturic, ammar2, josh.r, pmpp, serhiy.storchaka, tim.peters, vstinner
Date 2020-10-13.07:06:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602572775.43.0.467538765927.issue41972@roundup.psfhosted.org>
In-reply-to
Content
> I used random_bench.py to compare PR 22679 to Master, and the results are in bench_results.txt. Results were varied. I suppose this depends on what cases we want to optimize for.

Lazy me: can you please use render results as a table? Use something like:

./python random_bench.py -o ref.json # master reference
# apply your change, rebuild Python
./python random_bench.py -o change.json # your change
python3 -m pyperf compare_to --table ref.json change.json

https://pyperf.readthedocs.io/en/latest/cli.html#compare-to-cmd

See also -G option.
History
Date User Action Args
2020-10-13 07:06:15vstinnersetrecipients: + vstinner, tim.peters, pmpp, serhiy.storchaka, josh.r, ammar2, Dennis Sweeney, Zeturic
2020-10-13 07:06:15vstinnersetmessageid: <1602572775.43.0.467538765927.issue41972@roundup.psfhosted.org>
2020-10-13 07:06:15vstinnerlinkissue41972 messages
2020-10-13 07:06:15vstinnercreate