nodesource / nodejs-package-benchmark

Node.js benchmark for common web developer workloads. Inspired by https://github.com/v8/web-tooling-benchmark
29 stars 1 forks source link

src,feat: add new packages and support to worker threads #3

Closed RafaelGSS closed 4 months ago

RafaelGSS commented 4 months ago

Looks good. What's the reasoning for running the benchmarks in workers, isolation?

Yes, guarantee a benchmark won't affect other benchmarks (inline cache and so on)