-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
benchmarks: add simple parse and test benchmarks for URLPattern #56882
benchmarks: add simple parse and test benchmarks for URLPattern #56882
Conversation
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
abd9d6b
to
ce74a22
Compare
I think you also need to create a file in tests folder for validating the benchmark. |
Because the new benchmarks are in the |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as outdated.
This comment was marked as outdated.
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
4c0d9b7
to
2919b1e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
2919b1e
to
3273aed
Compare
This comment was marked as outdated.
This comment was marked as outdated.
3273aed
to
6c82d76
Compare
This comment was marked as outdated.
This comment was marked as outdated.
6c82d76
to
5590a15
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Landed in 3207fda |
PR-URL: #56882 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
Add a couple of simple benchmarks for
URLPattern
that we can use to help judge performance improvements.