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 florin.papa
Recipients brett.cannon, florin.papa, pitrou
Date 2016-02-18.14:30:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455805826.32.0.222173600977.issue26383@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

This is Florin Papa from the Dynamic Scripting Languages Optimizations Team at Intel Corporation.

This patch checks whether the benchmark measurement that will be included in the csv output has more than 3 of the first decimal places equal to 0 and outputs more decimal places.

The problem is that each measurement in the csv output has only 6 decimal places (default for "%f" format), while some benchmarks, like unpack_sequence, will output values of the magnitude 0.0000xx (first four decimal places 0). This truncation of the original value can lead to incorrect results.
History
Date User Action Args
2016-02-18 14:30:26florin.papasetrecipients: + florin.papa, brett.cannon, pitrou
2016-02-18 14:30:26florin.papasetmessageid: <1455805826.32.0.222173600977.issue26383@psf.upfronthosting.co.za>
2016-02-18 14:30:26florin.papalinkissue26383 messages
2016-02-18 14:30:25florin.papacreate