beautify-benchmark
beautify-benchmark copied to clipboard
Beautify Benchmark.js's output into readable form.
I'm using this as described in the README but errors are not being displayed. My code: ``` suite.on('cycle', function(event) { if (event.target.error) { console.log(event.target.error) } beautifyBenchmark.add(event.target) }) suite.on('complete', function() {...
If there are 0 ops performed due to runtime errors, all tests are marked green even though they failed.
When running benchmark and piping output to a file, it is better to disable colors to prevent making log file unreadable. It is also better to replace repeated output of...
Here's a fix for undefined `id` variable. Also, please release `1.0.0`, i think this is stable enough :) If you need help housekeeping this, please add me on git and...