chromium / octane

The JavaScript Benchmark Suite for the modern web
https://developers.google.com/octane/
BSD 3-Clause "New" or "Revised" License
183 stars 73 forks source link

Wrong geometric mean value when skipping benchmarks #30

Open djhr opened 9 years ago

djhr commented 9 years ago

Hi guys,

When skipping some benchmarks, the geometric mean value is not calculated properly. For instance in the following run, the calculated score was 2483, however it should be 30205. image

This codepen reproduces the issue: http://codepen.io/anon/pen/EjWPLB

Cheers, Daniel