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 methane
Recipients Marco Sulla, Mark.Shannon, methane, serhiy.storchaka
Date 2020-11-02.13:25:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604323513.13.0.725121213748.issue41835@roundup.psfhosted.org>
In-reply-to
Content
And bench_kwcall.py is a microbenchmark for _PyEval_EvalCode.

$ cpython/release/python -m pyperf compare_to master.json kwcall-nodup.json

kwcall-3: Mean +- std dev: [master] 192 us +- 2 us -> [kwcall-nodup] 175 us +- 1 us: 1.09x faster (-9%)
kwcall-6: Mean +- std dev: [master] 327 us +- 6 us -> [kwcall-nodup] 291 us +- 4 us: 1.12x faster (-11%)
kwcall-9: Mean +- std dev: [master] 436 us +- 10 us -> [kwcall-nodup] 373 us +- 5 us: 1.17x faster (-14%)

Geometric mean: 0.89 (faster)
History
Date User Action Args
2020-11-02 13:25:13methanesetrecipients: + methane, Mark.Shannon, serhiy.storchaka, Marco Sulla
2020-11-02 13:25:13methanesetmessageid: <1604323513.13.0.725121213748.issue41835@roundup.psfhosted.org>
2020-11-02 13:25:13methanelinkissue41835 messages
2020-11-02 13:25:13methanecreate