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 rhettinger, serhiy.storchaka, sir-sigurd, vstinner
Date 2019-02-26.15:29:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551194996.7.0.92129596112.issue36030@roundup.psfhosted.org>
In-reply-to
Content
Can you please convert msg336142 into a perf script? See the doc:
https://perf.readthedocs.io/en/latest/developer_guide.html

And then run again these benchmarks on PR 12052.

If you have a script, you can do:

./python-ref script.py -o ref.json
./python-untracked script.py -o untracked.json
./python-untracked -m perf compare_to ref.json untracked.json

https://perf.readthedocs.io/en/latest/cli.html#compare-to-cmd
History
Date User Action Args
2019-02-26 15:29:56vstinnersetrecipients: + vstinner, rhettinger, serhiy.storchaka, sir-sigurd
2019-02-26 15:29:56vstinnersetmessageid: <1551194996.7.0.92129596112.issue36030@roundup.psfhosted.org>
2019-02-26 15:29:56vstinnerlinkissue36030 messages
2019-02-26 15:29:56vstinnercreate