benchmark.js icon indicating copy to clipboard operation
benchmark.js copied to clipboard

cli Benchmark.js documentation

Open Oscarz90 opened this issue 5 years ago • 1 comments
trafficstars

It would be nice to have a documentation about how to use benchmark.js from cli due to now I'm facing issues about how to configure it within package json file scripts

Oscarz90 avatar May 14 '20 06:05 Oscarz90

There is nothing special about using benchmark.js from CLI. You create your benchmark suite in a JS file, called bench.js, then run node bench.js

sntran avatar Jul 02 '20 20:07 sntran