arewefastyet/benchmarks/six-speed
Benedikt Meurer 010c24800e [six-speed] Use Date.now() instead of new Date().
Using new Date() in the subtraction adds the time required to convert a
Date object to a Number to the measurement, which is not necessarily
what you want to measure, especially with micro benchmarks like these.
2017-02-24 06:12:18 +01:00
..
tests Add six-speed to awfy 2017-02-21 21:59:36 +01:00
VERSION Add six-speed to awfy 2017-02-21 21:59:36 +01:00
test.js [six-speed] Use Date.now() instead of new Date(). 2017-02-24 06:12:18 +01:00