Skip to content

benchmark: add benchmark groups

Add the byGroup option to have benchmark parameter grouping. The environment variable NODE_RUN_BENCHMARK_GROUPS allows to benchmark only certain groups: NODE_RUN_BENCHMARK_GROUPS=groupA,groupB.

Fixes: https://github.com/nodejs/node/issues/26425

Merge request reports

Loading