Skip to content

build: do not run benchmark tests on 'make test'

Rodrigo Muino Tomonari requested to merge github/fork/Trott/no-bench-local into master

Looks like we've been running benchmark tests locally with make test. Whoops. Let's not do that.

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

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading