Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
benchmark: change iterations in benchmark/es/string-concatenations.js#50585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Conversation
H4ad left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
nodejs-github-bot commented Nov 7, 2023
nodejs-github-bot commented Nov 7, 2023
nodejs-github-bot commented Nov 7, 2023
nodejs-github-bot commented Nov 7, 2023
Septa2112 commented Nov 7, 2023
@H4ad I found that three checks failed. But I don't think my modifications should trigger these issues. Could you help me retrigger them? Thanks. |
nodejs-github-bot commented Nov 7, 2023
Septa2112 commented Nov 7, 2023
It looks okay now. |
H4ad commented Nov 7, 2023 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
@Septa2112 is common, some checks can fail because of flaky tests. Now the PR will wait some hours until it gets merged automatically. |
Increase the number of iterations from `1e3` to `1e6` to avoid the test performance gap caused by inactive V8 optimization caused by too few iterations. Fixes: nodejs#50571
nodejs-github-bot commented Nov 9, 2023
Commit Queue failed- Loading data for nodejs/node/pull/50585 ✔ Done loading data for nodejs/node/pull/50585 ----------------------------------- PR info ------------------------------------ Title benchmark: change iterations in benchmark/es/string-concatenations.js (#50585) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch Septa2112:test-branch -> nodejs:main Labels v8 engine, benchmark, author ready Commits 1 - benchmark: change iterations in benchmark/es/string-concatenations.js Committers 1 - Jia Liu PR-URL: https://github.com/nodejs/node/pull/50585 Fixes: https://github.com/nodejs/node/issues/50571 Reviewed-By: Vinícius Lourenço Claro Cardoso ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/50585 Fixes: https://github.com/nodejs/node/issues/50571 Reviewed-By: Vinícius Lourenço Claro Cardoso -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - benchmark: change iterations in benchmark/es/string-concatenations.js ℹ This PR was created on Tue, 07 Nov 2023 02:43:49 GMT ✔ Approvals: 1 ✔ - Vinícius Lourenço Claro Cardoso (@H4ad): https://github.com/nodejs/node/pull/50585#pullrequestreview-1716697270 ✘ This PR needs to wait 119 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/6806760384 |
nodejs-github-bot commented Nov 9, 2023
Landed in bb2dd0e |
Increase the number of iterations from `1e3` to `1e6` to avoid the test performance gap caused by inactive V8 optimization caused by too few iterations. Fixes: #50571 PR-URL: #50585 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]>
Increase the number of iterations from `1e3` to `1e6` to avoid the test performance gap caused by inactive V8 optimization caused by too few iterations. Fixes: #50571 PR-URL: #50585 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]>
Increase the number of iterations from `1e3` to `1e6` to avoid the test performance gap caused by inactive V8 optimization caused by too few iterations. Fixes: #50571 PR-URL: #50585 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]>
Increase the number of iterations from
1e3to1e6to avoid the test performance gap caused by inactive V8 optimization caused by too few iterations.Fixes: #50571