NEW 100037
PerformanceTests/runner.js should limit output precision in relation to the stddev
https://bugs.webkit.org/show_bug.cgi?id=100037
Summary PerformanceTests/runner.js should limit output precision in relation to the s...
Eric Seidel (no email)
Reported 2012-10-22 15:00:13 PDT
PerformanceTests/runner.js should limit output precision in relation to the stddev e.g. avg 95.18194456386033 runs/s median 95.1814733027575 runs/s stdev 0.22485624887911804 runs/s min 94.7867298578199 runs/s max 95.4653937947494 runs/s It seems silly to output to 15 digits when the stddev says at best 4 of those are useful. Maybe keying off the stddev is incorrect and we should just output only 4 digits anyway?
Attachments
Note You need to log in before you can comment on or make changes to this bug.