What's the deal with benchmark/misc/v8-bench.js? It does not behave like our other benchmark files. Should it live somewhere else? Should it be deleted?
@nodejs/benchmarking @mscdex
I think this is supposed to be used like this:
./node benchmark/misc/v8-bench.jsdeps/v8/benchmarks/run.htmlI tried to run these V8 benchmarks a few times and the results are pretty flaky. Also the way it's written, it doesn't work with our benchmark suites(run.js, etc.). There seems to be a merit in keeping it though.
V8 bench is very outdated and has been replaced by Octane years ago.
What is the goal of this benchmark? To ensure that Node.js is on par with Chrome?
Yes, it was added as a quick gauge.
It can be removed, IMO. We started benchmarking Octane in https://github.com/nodejs/benchmarking/pull/79.
It's been removed in https://github.com/nodejs/node/pull/16126, so closing
Most helpful comment
It's been removed in https://github.com/nodejs/node/pull/16126, so closing