diff --git a/doc/contributing/benchmark-tests.md b/doc/contributing/benchmark-tests.md index 86bbae6a0a..962a9a811b 100644 --- a/doc/contributing/benchmark-tests.md +++ b/doc/contributing/benchmark-tests.md @@ -44,7 +44,7 @@ suite.run(); ## Automatically running benchmark tests -If you want your test to run automatically with every release (to track trend over time), register the new test file by requiring it in `test/performance/benchmark/index.js`. +If you want your test to run automatically with every merge to main (to track trend over time), register the new test file by requiring it in `test/performance/benchmark/index.js`. Add the `test:bench` script in package.json, if the module does not contain it already.