benchmarkify icon indicating copy to clipboard operation
benchmarkify copied to clipboard

:zap: Benchmark framework for NodeJS

Results 3 benchmarkify issues
Sort by recently updated
recently updated
newest added

Hello there fellow iceman. I think you have a problem in your stats. Humanize expects milli as a value. This is milli: benchmarkify/index.js:111 ``` const duration = diff[0] + diff[1]...

I started using your library as a benchmarking replacement for matcha. I noticed some timing strangeness where the run times would fluctuate wildly depending on test order. This should address...

I have the strange behaviour that the first test will run faster than all the other. Version: 3.0.0 Node: 16.17.0 ```js const Benchmarkify = require("benchmarkify"); const benchmark = new Benchmarkify("Simple...