-
Notifications
You must be signed in to change notification settings - Fork 0
Pattern synonyms #16
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
Closed
Closed
Pattern synonyms #16
Conversation
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
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.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.
| Benchmark suite | Current: 3c698fe | Previous: 0e0e562 | Ratio |
|---|---|---|---|
ast/20 (packed) |
0.022272433007141334 seconds |
0.0054469046023159695 seconds |
4.09 |
ast/15 (packed) |
0.0006948371317204377 seconds |
0.00016730107135179843 seconds |
4.15 |
ast/15 (packed-unpacked) |
0.0018066603422662478 seconds |
0.0006642922277745105 seconds |
2.72 |
ast/10 (packed) |
0.000021839294822515158 seconds |
0.000005122415183282812 seconds |
4.26 |
ast/10 (packed-unpacked) |
0.00003083100004304222 seconds |
0.000013008327762725096 seconds |
2.37 |
ast/5 (c) |
3.922486623553549e-7 seconds |
1.5289230177589745e-7 seconds |
2.57 |
ast/5 (packed) |
6.837404531032803e-7 seconds |
1.663455060610781e-7 seconds |
4.11 |
ast/5 (packed-unpacked) |
9.050177179961542e-7 seconds |
3.689981382395997e-7 seconds |
2.45 |
contains/20 (packed) |
0.009010070754906256 seconds |
0.003260421992344793 seconds |
2.76 |
contains/15 (packed) |
0.0002780252785674385 seconds |
0.0000725976617462647 seconds |
3.83 |
contains/10 (packed) |
0.000008755905443385304 seconds |
0.0000022166083578702893 seconds |
3.95 |
contains/5 (packed) |
2.7045574326257594e-7 seconds |
1.0168734393422467e-7 seconds |
2.66 |
right-most-node/20 (packed) |
0.008996258108196032 seconds |
0.003195377827090073 seconds |
2.82 |
right-most-node/15 (packed) |
0.0002816952465999957 seconds |
0.0000997909511192534 seconds |
2.82 |
right-most-node/10 (packed) |
0.000008737057406054575 seconds |
0.0000031538795561499786 seconds |
2.77 |
right-most-node/5 (packed) |
2.8452189329276047e-7 seconds |
9.32718255918026e-8 seconds |
3.05 |
This comment was automatically generated by workflow using github-action-benchmark.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.