Skip to content

Commit

Permalink
updated cadence of automated runs
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Benson <[email protected]>
  • Loading branch information
martinkuba and tylerbenson authored Oct 3, 2023
1 parent d907681 commit 77620d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing/benchmark-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 77620d0

Please sign in to comment.