Skip to content

test: reduce benchmark runs in tests - #21032

Closed
Trott wants to merge 2 commits into
nodejs:masterfrom
Trott:keflavik-5
Closed

test: reduce benchmark runs in tests#21032
Trott wants to merge 2 commits into
nodejs:masterfrom
Trott:keflavik-5

Conversation

@Trott

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

Trott added 2 commits May 30, 2018 08:39
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.
@nodejs-github-botnodejs-github-bot added benchmark Issues and PRs related to the benchmark subsystem. crypto Issues and PRs related to the crypto subsystem. test Issues and PRs related to the tests. labels May 30, 2018
@Trott

Copy link
Copy Markdown
MemberAuthor

@TrottTrott added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fast-track PRs that do not need to wait for 48 hours to land. labels May 30, 2018
@Trott

Copy link
Copy Markdown
MemberAuthor

👍 here for fast-tracking.

@nodejsnodejs deleted a comment from refackJun 1, 2018
@Trott

Trott commented Jun 1, 2018

Copy link
Copy Markdown
MemberAuthor

@Trott

Trott commented Jun 2, 2018

Copy link
Copy Markdown
MemberAuthor

@Trott

Trott commented Jun 2, 2018

Copy link
Copy Markdown
MemberAuthor

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/

Trott added a commit to Trott/io.js that referenced this pull request Jun 2, 2018
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 <jasnell@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Trott added a commit to Trott/io.js that referenced this pull request Jun 2, 2018
Prevent crypto benchmark files from running more than one benchmark
during tests.
PR-URL: nodejs#21032
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
@Trott

Trott commented Jun 2, 2018

Copy link
Copy Markdown
MemberAuthor

Landed in 77d3f14...6168959

@TrottTrott closed this Jun 2, 2018
MylesBorins pushed a commit that referenced this pull request Jun 6, 2018
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 <jasnell@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
MylesBorins pushed a commit that referenced this pull request Jun 6, 2018
Prevent crypto benchmark files from running more than one benchmark
during tests.
PR-URL: #21032
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
@MylesBorinsMylesBorins mentioned this pull request Jun 6, 2018
@Trott
Trott deleted the keflavik-5 branch January 13, 2022 22:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.benchmarkIssues and PRs related to the benchmark subsystem.cryptoIssues and PRs related to the crypto subsystem.fast-trackPRs that do not need to wait for 48 hours to land.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Trott@apapirovski@jasnell@nodejs-github-bot