Hi all, just wondering is there anyone actually using the bench- targets in the Makefile? This is not used by the benchmark CI, and basically those just call `./node benchmark/run.js which is not really that hard to remember (and this does not even allow you to set the arguments at all. Besides, these days we tend to usebenchmark/compare.jsinstead). Thebench-allandbench` target somehow only run a subset of the benchmarks and they are not covering all the categories that we have anyway. Based on this I think those are not maintained and not really used anymore so I am just wondering maybe we can remove those altogether.
Hi all, just wondering is there anyone actually using the bench- targets in the Makefile? This is not used by the benchmark CI, and basically those just call `./node benchmark/run.js
which is not really that hard to remember (and this does not even allow you to set the arguments at all. Besides, these days we tend to use
benchmark/compare.jsinstead). The
bench-alland
bench` target somehow only run a subset of the benchmarks and they are not covering all the categories that we have anyway. Based on this I think those are not maintained and not really used anymore so I am just wondering maybe we can remove those altogether.Refs: https://github.com/nodejs/node/pull/16934