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 serhiy.storchaka
Recipients alex, georg.brandl, pitrou, r.david.murray, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, vstinner
Date 2017-06-07.09:56:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496829393.45.0.889505713229.issue30080@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I even didn't know that "perf timeit" supports -n since it doesn't report the number of loops. And seems it runs the benchmark much more times, since even with -n1 it is slow. If the number of loops is determined automatically, it would do not matter.

I choose the meaning of --duplicate so that it almost not affect the total time of the benchmarking. Larger value just decreases the overhead of the iteration.
History
Date User Action Args
2017-06-07 09:56:33serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, georg.brandl, rhettinger, pitrou, vstinner, steven.daprano, alex, r.david.murray
2017-06-07 09:56:33serhiy.storchakasetmessageid: <1496829393.45.0.889505713229.issue30080@psf.upfronthosting.co.za>
2017-06-07 09:56:33serhiy.storchakalinkissue30080 messages
2017-06-07 09:56:33serhiy.storchakacreate