test: reduce benchmark runs in tests#21032
Conversation
Add option to test-benchmark-timers such that all benchmark files return only a single set of results. (This helps prevent benchmark tests from taking a long time to run.) Alphabetize options in the file.
Prevent crypto benchmark files from running more than one benchmark during tests.
|
👍 here for fast-tracking. |
|
Re-running three unrelated CI failures. CI is in a better place now than it was 3 days ago... https://ci.nodejs.org/job/node-test-commit-freebsd/18206/ |
|
Windows re-run but this time rebasing against master (hopefully I did that right) so that we get the problematic test marked as flaky (so we get yellow instead of red in CI): https://ci.nodejs.org/job/node-test-commit-windows-fanned/18461/ |
Add option to test-benchmark-timers such that all benchmark files return only a single set of results. (This helps prevent benchmark tests from taking a long time to run.) Alphabetize options in the file. PR-URL: nodejs#21032 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
Prevent crypto benchmark files from running more than one benchmark during tests. PR-URL: nodejs#21032 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
|
Landed in 77d3f14...6168959 |
Add option to test-benchmark-timers such that all benchmark files return only a single set of results. (This helps prevent benchmark tests from taking a long time to run.) Alphabetize options in the file. PR-URL: #21032 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
Prevent crypto benchmark files from running more than one benchmark during tests. PR-URL: #21032 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes