Skip to content

Conversation

@Trott
Copy link
Member

This fixes a benchmark test that was recently broken by a breaking
change on the master branch.

Fixes: #31372

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

@nodejs-github-botnodejs-github-bot added the benchmark Issues and PRs related to the benchmark subsystem. label Jan 16, 2020
@TrottTrott added the fast-track PRs that do not need to wait for 48 hours to land. label Jan 16, 2020
@Trott
Copy link
MemberAuthor

I'd like to fast-track this to unbreak nightly CI. Please 👍 here to approve (or comment to block).

@Trott
Copy link
MemberAuthor

@Trott
Copy link
MemberAuthor

@mscdex
Copy link
Contributor

It's probably better to throw instead.

@Trott
Copy link
MemberAuthor

It's probably better to throw instead.

Might be a good enhancement in the future. Before we can do that we'd need to:

  • Change the benchmark tests as described in Investigate flaky test-benchmark-misc #31372 (comment) so that none of them depend on default options anymore
  • Add this "throw on undefined option" feature to the benchmark test runner (rather than inserting it into each and every benchmark)

@TrottTrott merged commit d2683ed into nodejs:masterJan 16, 2020
@TrottTrottforce-pushed the fix-getstringwidth branch from 3c7c340 to d2683edCompareJanuary 16, 2020 06:00
@Trott
Copy link
MemberAuthor

Landed in d2683ed

@TrottTrott deleted the fix-getstringwidth branch January 16, 2020 06:00
MylesBorins pushed a commit that referenced this pull request Jan 16, 2020
This fixes a benchmark test that was recently broken by a breaking change on the master branch. Fixes: #31372 PR-URL: #31377 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]>
@codebyterecodebytere mentioned this pull request Jan 16, 2020
codebytere pushed a commit that referenced this pull request Mar 14, 2020
This fixes a benchmark test that was recently broken by a breaking change on the master branch. Fixes: #31372 PR-URL: #31377 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]>
codebytere pushed a commit that referenced this pull request Mar 17, 2020
This fixes a benchmark test that was recently broken by a breaking change on the master branch. Fixes: #31372 PR-URL: #31377 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]>
@codebyterecodebytere mentioned this pull request Mar 17, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

benchmarkIssues and PRs related to the benchmark subsystem.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate flaky test-benchmark-misc

7 participants

@Trott@mscdex@sam-github@cjihrig@richardlau@BridgeAR@nodejs-github-bot