Skip to content

benchmark: fix getStringWidth() benchmark - #31476

Closed
Trott wants to merge 0 commit into
nodejs:masterfrom
Trott:getstringwidth
Closed

benchmark: fix getStringWidth() benchmark#31476
Trott wants to merge 0 commit into
nodejs:masterfrom
Trott:getstringwidth

Conversation

@Trott

Copy link
Copy Markdown
Member

8fb5fe2 broke the benchmark for
getStringWidth(). This fixes it up by updating the argument to
require() to retrieve getStringWidth() from the new internal module
location.

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 23, 2020
@Trott

Copy link
Copy Markdown
MemberAuthor

Chalk one up for the benchmark tests! They legitimately found a broken benchmark this time.

@Trott
Trott requested a review from BridgeARJanuary 23, 2020 14:31
@Trott

Copy link
Copy Markdown
MemberAuthor

I'd like to fast-track this to fix node-daily-master. Collaborators, 👍 here to approve.

@TrottTrott added the fast-track PRs that do not need to wait for 48 hours to land. label Jan 23, 2020
@Trott

Trott commented Jan 23, 2020

Copy link
Copy Markdown
MemberAuthor

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 23, 2020
Trott added a commit to Trott/io.js that referenced this pull request Jan 23, 2020
8fb5fe2 broke the benchmark for
getStringWidth(). This fixes it up by updating the argument to
`require()` to retrieve `getStringWidth()` from the new internal module
location.
PR-URL: nodejs#31476
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@TrottTrott closed this Jan 23, 2020
@Trott

Copy link
Copy Markdown
MemberAuthor

Landed in 085a5c7

@Trott
Trott deleted the getstringwidth branch January 23, 2020 18:53
codebytere pushed a commit that referenced this pull request Feb 17, 2020
8fb5fe2 broke the benchmark for
getStringWidth(). This fixes it up by updating the argument to
`require()` to retrieve `getStringWidth()` from the new internal module
location.
PR-URL: #31476
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@codebyterecodebytere mentioned this pull request Feb 17, 2020
codebytere pushed a commit that referenced this pull request Mar 15, 2020
8fb5fe2 broke the benchmark for
getStringWidth(). This fixes it up by updating the argument to
`require()` to retrieve `getStringWidth()` from the new internal module
location.
PR-URL: #31476
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
codebytere pushed a commit that referenced this pull request Mar 17, 2020
8fb5fe2 broke the benchmark for
getStringWidth(). This fixes it up by updating the argument to
`require()` to retrieve `getStringWidth()` from the new internal module
location.
PR-URL: #31476
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@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

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.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.

4 participants

@Trott@addaleax@cjihrig@nodejs-github-bot