-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix GitHub Pages deployment #29
Conversation
Signed-off-by: Juan Cruz Viotti <[email protected]>
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.
Benchmark (macos/llvm)
Benchmark suite | Current: b3d15c6 | Previous: 1827a68 | Ratio |
---|---|---|---|
Regex_Lower_S_Or_Upper_S_Asterisk |
1.5769860320608569 ns/iter |
1.6820928349963942 ns/iter |
0.94 |
Regex_Caret_Lower_S_Or_Upper_S_Asterisk_Dollar |
1.6389592692527226 ns/iter |
1.6841538556789666 ns/iter |
0.97 |
Regex_Period_Asterisk |
1.5899710297934626 ns/iter |
1.6814032703079635 ns/iter |
0.95 |
Regex_Group_Period_Asterisk_Group |
1.5898494930044054 ns/iter |
1.686648928007517 ns/iter |
0.94 |
Regex_Period_Plus |
1.9256141781114058 ns/iter |
2.0955225869682144 ns/iter |
0.92 |
Regex_Period |
1.9131852243044751 ns/iter |
2.372724226203843 ns/iter |
0.81 |
Regex_Caret_Period_Plus_Dollar |
1.9917276524256313 ns/iter |
2.2704014096279033 ns/iter |
0.88 |
Regex_Caret_Group_Period_Plus_Group_Dollar |
1.9123167712941 ns/iter |
2.2705007399860495 ns/iter |
0.84 |
Regex_Caret_Period_Asterisk_Dollar |
1.6874629619741761 ns/iter |
1.8234157881316468 ns/iter |
0.93 |
Regex_Caret_Group_Period_Asterisk_Group_Dollar |
1.6081954723407004 ns/iter |
1.7834759081846323 ns/iter |
0.90 |
Regex_Caret_X_Hyphen |
6.66095014101853 ns/iter |
7.664126007106659 ns/iter |
0.87 |
Regex_Period_Md_Dollar |
67.4038388478657 ns/iter |
83.70844307358703 ns/iter |
0.81 |
Regex_Caret_Slash_Period_Asterisk |
5.132897479519655 ns/iter |
6.36774776376604 ns/iter |
0.81 |
Regex_Caret_Period_Range_Dollar |
2.285660114279708 ns/iter |
2.562488044850213 ns/iter |
0.89 |
Regex_Nested_Backtrack |
733.7421944924022 ns/iter |
815.5803431345256 ns/iter |
0.90 |
This comment was automatically generated by workflow using github-action-benchmark.
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.
Benchmark (linux/llvm)
Benchmark suite | Current: b3d15c6 | Previous: 1827a68 | Ratio |
---|---|---|---|
Regex_Lower_S_Or_Upper_S_Asterisk |
2.215611031151618 ns/iter |
2.2499235959921773 ns/iter |
0.98 |
Regex_Caret_Lower_S_Or_Upper_S_Asterisk_Dollar |
2.1939089093464608 ns/iter |
2.2060396860885505 ns/iter |
0.99 |
Regex_Period_Asterisk |
2.1903009425995674 ns/iter |
2.208958779685412 ns/iter |
0.99 |
Regex_Group_Period_Asterisk_Group |
2.212007321008008 ns/iter |
2.189405208109492 ns/iter |
1.01 |
Regex_Period_Plus |
2.488459328284028 ns/iter |
2.4854403152427045 ns/iter |
1.00 |
Regex_Period |
2.322626983156593 ns/iter |
2.4893515990261252 ns/iter |
0.93 |
Regex_Caret_Period_Plus_Dollar |
2.263863277607967 ns/iter |
2.4858889317818442 ns/iter |
0.91 |
Regex_Caret_Group_Period_Plus_Group_Dollar |
2.24600697462965 ns/iter |
2.486585320665194 ns/iter |
0.90 |
Regex_Caret_Period_Asterisk_Dollar |
2.489795654088968 ns/iter |
3.4203180200805154 ns/iter |
0.73 |
Regex_Caret_Group_Period_Asterisk_Group_Dollar |
2.488534892232794 ns/iter |
3.4180964722911624 ns/iter |
0.73 |
Regex_Caret_X_Hyphen |
13.050835950972544 ns/iter |
12.532071199785058 ns/iter |
1.04 |
Regex_Period_Md_Dollar |
73.12225711777525 ns/iter |
73.21780860447687 ns/iter |
1.00 |
Regex_Caret_Slash_Period_Asterisk |
7.1701618720445515 ns/iter |
7.149685542982376 ns/iter |
1.00 |
Regex_Caret_Period_Range_Dollar |
3.72974874104321 ns/iter |
3.730564743668316 ns/iter |
1.00 |
Regex_Nested_Backtrack |
491.8336696737176 ns/iter |
494.39881138612026 ns/iter |
0.99 |
This comment was automatically generated by workflow using github-action-benchmark.
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.
Benchmark (linux/gcc)
Benchmark suite | Current: b3d15c6 | Previous: 1827a68 | Ratio |
---|---|---|---|
Regex_Lower_S_Or_Upper_S_Asterisk |
3.2008518516667577 ns/iter |
3.1174134557305466 ns/iter |
1.03 |
Regex_Caret_Lower_S_Or_Upper_S_Asterisk_Dollar |
3.108422857087415 ns/iter |
3.1151028120611066 ns/iter |
1.00 |
Regex_Period_Asterisk |
2.79857908449415 ns/iter |
2.796373340332538 ns/iter |
1.00 |
Regex_Group_Period_Asterisk_Group |
2.796768556505834 ns/iter |
2.796204388117546 ns/iter |
1.00 |
Regex_Period_Plus |
3.4212635440832058 ns/iter |
3.4199081244947207 ns/iter |
1.00 |
Regex_Period |
3.7287799814135196 ns/iter |
3.731521728928112 ns/iter |
1.00 |
Regex_Caret_Period_Plus_Dollar |
3.514838909060234 ns/iter |
3.4202277649928323 ns/iter |
1.03 |
Regex_Caret_Group_Period_Plus_Group_Dollar |
3.729716675766724 ns/iter |
3.7328730782460786 ns/iter |
1.00 |
Regex_Caret_Period_Asterisk_Dollar |
4.3502376124326 ns/iter |
4.351309184848928 ns/iter |
1.00 |
Regex_Caret_Group_Period_Asterisk_Group_Dollar |
3.6129695390783785 ns/iter |
4.041458569886005 ns/iter |
0.89 |
Regex_Caret_X_Hyphen |
13.103415856362046 ns/iter |
13.051231052360245 ns/iter |
1.00 |
Regex_Period_Md_Dollar |
88.98473522849373 ns/iter |
92.96953215671292 ns/iter |
0.96 |
Regex_Caret_Slash_Period_Asterisk |
7.148993485570012 ns/iter |
7.150552286374502 ns/iter |
1.00 |
Regex_Caret_Period_Range_Dollar |
4.039480812920412 ns/iter |
3.5754496964930325 ns/iter |
1.13 |
Regex_Nested_Backtrack |
839.3787570054659 ns/iter |
914.056690844017 ns/iter |
0.92 |
This comment was automatically generated by workflow using github-action-benchmark.
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.
Benchmark (windows/msvc)
Benchmark suite | Current: b3d15c6 | Previous: 1827a68 | Ratio |
---|---|---|---|
Regex_Lower_S_Or_Upper_S_Asterisk |
6.627552678571544 ns/iter |
6.610266741071362 ns/iter |
1.00 |
Regex_Caret_Lower_S_Or_Upper_S_Asterisk_Dollar |
6.913150669642931 ns/iter |
6.871774553571797 ns/iter |
1.01 |
Regex_Period_Asterisk |
6.625012276785722 ns/iter |
6.623035714285257 ns/iter |
1.00 |
Regex_Group_Period_Asterisk_Group |
6.60745200892876 ns/iter |
6.763704464285679 ns/iter |
0.98 |
Regex_Period_Plus |
7.289452678571299 ns/iter |
7.163338169642636 ns/iter |
1.02 |
Regex_Period |
6.957944196428478 ns/iter |
6.978045758928734 ns/iter |
1.00 |
Regex_Caret_Period_Plus_Dollar |
6.886185714285833 ns/iter |
6.836851562500103 ns/iter |
1.01 |
Regex_Caret_Group_Period_Plus_Group_Dollar |
6.854006219402223 ns/iter |
7.071349522002914 ns/iter |
0.97 |
Regex_Caret_Period_Asterisk_Dollar |
6.634568080357006 ns/iter |
6.6464732142864795 ns/iter |
1.00 |
Regex_Caret_Group_Period_Asterisk_Group_Dollar |
6.880128348214498 ns/iter |
6.597947544643949 ns/iter |
1.04 |
Regex_Caret_X_Hyphen |
11.825492857142756 ns/iter |
12.02299285714251 ns/iter |
0.98 |
Regex_Period_Md_Dollar |
154.2986383928532 ns/iter |
149.73754464285042 ns/iter |
1.03 |
Regex_Caret_Slash_Period_Asterisk |
9.979298437500006 ns/iter |
9.751679687498793 ns/iter |
1.02 |
Regex_Caret_Period_Range_Dollar |
6.88319196428517 ns/iter |
6.91976648696527 ns/iter |
0.99 |
Regex_Nested_Backtrack |
590.7179999999812 ns/iter |
590.7044642856566 ns/iter |
1.00 |
This comment was automatically generated by workflow using github-action-benchmark.
Signed-off-by: Juan Cruz Viotti [email protected]