FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

benchmark: fix fork detection by ShogunPanda · Pull Request #43601 · nodejs/node · GitHub

/ node Public

benchmark: fix fork detection - #43601

Closed
ShogunPanda wants to merge 1 commit into
nodejs:mainfrom
ShogunPanda:fix-benchmark-fork-detection
Closed

benchmark: fix fork detection#43601
ShogunPanda wants to merge 1 commit into
nodejs:mainfrom
ShogunPanda:fix-benchmark-fork-detection

Conversation

Copy link
Copy Markdown
Contributor

Fixes #43598

ShogunPanda requested a review from mscdex June 28, 2022 13:30
ShogunPanda added the fast-track PRs that do not need to wait for 48 hours to land. label Jun 28, 2022
nodejs-github-bot added the benchmark Issues and PRs related to the benchmark subsystem. label Jun 28, 2022

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @ShogunPanda. Please 👍 to approve.

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

Copy link
Copy Markdown
Contributor Author

Landed in d636fee

ShogunPanda added a commit that referenced this pull request Jun 29, 2022
PR-URL: #43601
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
ShogunPanda deleted the fix-benchmark-fork-detection branch June 29, 2022 06:36

legendecas commented Jul 7, 2022
edited
Loading

Copy link
Copy Markdown
Member

This patch makes benchmark/compare.js not work as expected as it outputs malformed csv data.

Expected examples:

$ node benchmark/compare.js --new ./node --old ./node --filter ok assert
"binary","filename","configuration","rate","time"
"old","assert/ok.js","n=100000",38415366.14645858,0.002603125
"new","assert/ok.js","n=100000",36958903.17802217,0.002705708

Outputs with this patch:

$ node benchmark/compare.js --new ./node --old ./node --filter ok assert
"binary","filename","configuration","rate","time"
assert/ok.js n=100000: 40,438,760.551989086
assert/ok.js n=100000: 40,999,014.79367451
assert/ok.js n=100000: 36,593,175.372792974
assert/ok.js n=100000: 37,697,312.44550382

targos pushed a commit that referenced this pull request Jul 12, 2022
PR-URL: #43601
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
targos pushed a commit that referenced this pull request Jul 20, 2022
PR-URL: #43601
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
targos pushed a commit that referenced this pull request Jul 31, 2022
PR-URL: #43601
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
guangwong pushed a commit to noslate-project/node that referenced this pull request Oct 10, 2022
PR-URL: nodejs/node#43601
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

benchmark: truncated results after 684e1079653f

5 participants


Back | FazBrowse Home | New Git URL