Search code examples
javascriptnode.jsperformance-testing

Are jsPerf.com Chrome results reliable for node.js Benchmark?


I was wondering what you would think about using jsperf.com Chrome test results as a benchmark for node.js performance since they are both using V8 engine.


Solution

  • You can use Benchmark.js instead. It's what powers jsPerf and works in Node.js as well.