mathiasbynens/jsperf.com

Strange Math

Closed this issue · 1 comments

Not sure how this could be correct ( 2,754,108 > 2,709,684 as far as I'm aware... )

screen shot 2014-10-17 at 11 17 52 am

Margin of error can play into it. Next time you see something strange take a snapshot of the stats data and report back with it dumped to a gist:

ui.benchmarks.map(function(b){return JSON.stringify(b.stats,null,2)})

Related to #195.