-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
benchmark: remove v8ForceOptimization calls #11908
Conversation
This removes common.v8ForceOptimization calls from url and vm benchmark files. Fixes: nodejs#11895
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.
LGTM.
It seems some CI checks failed because some jobs were aborted, is that normal? |
@lucaslago, yes unfortunately. |
@lucaslago actually it was a human error. I intentionally stopped the CI tasks when I realized that the only task that really matters for this PR is the linter (we don't have regression tests for benchmarks), but seems like the GitHub integration returns an error when the task is stopped... |
@TimothyGu that makes sense, thanks for clarifying! :) |
This removes common.v8ForceOptimization calls from url and vm benchmark files. PR-URL: nodejs#11908 Fixes: nodejs#11895 Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Landed in 3129ba2. Thank you! |
This removes common.v8ForceOptimization calls from url and vm benchmark files. PR-URL: nodejs#11908 Fixes: nodejs#11895 Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
This removes common.v8ForceOptimization calls from url and vm benchmark files. PR-URL: #11908 Fixes: #11895 Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
#9615 removed common.v8ForceOptimization along with most of the calls to it but these were left behind. This removes common.v8ForceOptimization calls from url and vm benchmark
files.
Fixes: #11895
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
benchmark