Skip to content

benchmark: fix benchmark/run.js handling of --set

run.js does not work with --set as it tries to include it as options to fork() rather than as part of argv for fork(). This doesn't throw an error because of a quirk in fork() that silently accepts arrays for options objects. This will be changing in Node.js 18.x.

Merge request reports

Loading