Open albertodiazdorado opened 4 months ago
@albertodiazdorado Yes you can by importing benchmark.js:
const Benchmark = require('benchmark');
const suite = new Benchmark.Suite;
...
I'm working on a way to run Node benchmarks from the browser on jsperf.app.
[Sorry if this is not the right place to make this question]
Can I somehow run the jsperf benchmarks on my machine with the nodejs version of my choice?