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 bhavishya, methane, pitrou, vstinner
Date 2017-06-30.12:48:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498826908.78.0.579401645061.issue30815@psf.upfronthosting.co.za>
In-reply-to
Content
I rewrote my old benchmarks using the new perf module API: bench_stringio3.py. This benchmark suite now takes forever with perf, since perf computes much more values and the suite contains a total of 108 benchmarks! Most lines should be commented to take a reasonable time :-)
History
Date User Action Args
2017-06-30 12:48:28vstinnersetrecipients: + vstinner, pitrou, methane, bhavishya
2017-06-30 12:48:28vstinnersetmessageid: <1498826908.78.0.579401645061.issue30815@psf.upfronthosting.co.za>
2017-06-30 12:48:28vstinnerlinkissue30815 messages
2017-06-30 12:48:28vstinnercreate