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 sir-sigurd
Recipients josh.r, rhettinger, serhiy.storchaka, sir-sigurd, vstinner
Date 2019-02-27.07:57:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551254244.48.0.221184796928.issue36030@roundup.psfhosted.org>
In-reply-to
Content
> Can you please convert msg336142 into a perf script?
> And then run again these benchmarks on PR 12052.

+--------------------+---------+------------------------------+
| Benchmark          | ref     | untracked                    |
+====================+=========+==============================+
| list_as_tuple(0)   | 50.7 ns | 45.5 ns: 1.12x faster (-10%) |
+--------------------+---------+------------------------------+
| list_as_tuple(1)   | 64.5 ns | 56.5 ns: 1.14x faster (-12%) |
+--------------------+---------+------------------------------+
| list_as_tuple(5)   | 72.0 ns | 62.6 ns: 1.15x faster (-13%) |
+--------------------+---------+------------------------------+
| list_as_tuple(10)  | 86.3 ns | 77.1 ns: 1.12x faster (-11%) |
+--------------------+---------+------------------------------+
| list_as_tuple(100) | 469 ns  | 450 ns: 1.04x faster (-4%)   |
+--------------------+---------+------------------------------+
History
Date User Action Args
2019-02-27 07:57:24sir-sigurdsetrecipients: + sir-sigurd, rhettinger, vstinner, serhiy.storchaka, josh.r
2019-02-27 07:57:24sir-sigurdsetmessageid: <1551254244.48.0.221184796928.issue36030@roundup.psfhosted.org>
2019-02-27 07:57:24sir-sigurdlinkissue36030 messages
2019-02-27 07:57:24sir-sigurdcreate