Skip to content

benchmark: rename count to n

benchmark: rename count to n

It's a common approach to use n as number of iterations over the benchmark.
Changing it from count to n will also
make ./node benchmark/run.js --set n=X more meaningful among other benchmarks

Merge request reports

Loading