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 pitrou
Recipients brett.cannon, pitrou, skrah, vstinner, yselivanov
Date 2016-02-23.08:27:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456216036.61.0.701229798532.issue26416@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure what "inconsistent" means. If the results are unstable between runs, it may mean the operations being measured themselves are unstable (for example because of hashing differences or cache aliasing effects from run to run).

I'd rather like benchmarks to be judged on their usefulness:
- spectral_norm really looks pointless as nobody would write scientific code in Python like that
- telco, AFAIU, is a widely-used benchmark for decimals (but perhaps Stefan can shed some light)
- regex_v8 claims to be drawn from real-world use of regular expressions by popular Web pages, so it sounds useful as well

(note that telco apparently loads a file in the main loop, perhaps that can be pulled out of the loop and into the init phase)
History
Date User Action Args
2016-02-23 08:27:16pitrousetrecipients: + pitrou, brett.cannon, vstinner, skrah, yselivanov
2016-02-23 08:27:16pitrousetmessageid: <1456216036.61.0.701229798532.issue26416@psf.upfronthosting.co.za>
2016-02-23 08:27:16pitroulinkissue26416 messages
2016-02-23 08:27:15pitroucreate