-
-
Couldn't load subscription status.
- Fork 33.6k
benchmark: add benchmark for url.format() #7250
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
Conversation
|
CI: https://ci.nodejs.org/job/node-test-pull-request/2987/ (Although only thing that matters is linting because benchmark code isn't exercised in CI...) |
|
LGTM @Trott FWIW you can start just a linter job using |
PR-URL: nodejs#7250 Reviewed-By: Brian White <[email protected]>
|
Landed in 08ea9ee |
PR-URL: #7250 Reviewed-By: Brian White <[email protected]>
PR-URL: #7250 Reviewed-By: Brian White <[email protected]>
PR-URL: #7250 Reviewed-By: Brian White <[email protected]>
PR-URL: #7250 Reviewed-By: Brian White <[email protected]>
PR-URL: #7250 Reviewed-By: Brian White <[email protected]>
PR-URL: #7250 Reviewed-By: Brian White <[email protected]>
Checklist
make -j4 test(UNIX) orvcbuild test nosign(Windows) passesAffected core subsystem(s)
benchmark url
Description of change
/cc @nodejs/benchmarking @mscdex @bnoordhuis
Wrote this to check on impact of template strings and
startsWith()in #7234. Putting it in with the other benchmarks so that others can benefit from it and so that more knowledgable people can check that there isn't an error that invalidates the entire benchmark. It only has use cases that I'm specifically testing right now, but others can be easily added as needed or pro-actively.Refs: #7234