-
-
Notifications
You must be signed in to change notification settings - Fork 4
Add a TODO item for supporting unfixable lint checks #1616
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
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 (windows/msvc)
Benchmark suite | Current: 3e848e9 | Previous: b801217 | Ratio |
---|---|---|---|
Regex_Lower_S_Or_Upper_S_Asterisk |
7.348505357143153 ns/iter |
7.122468749999809 ns/iter |
1.03 |
Regex_Caret_Lower_S_Or_Upper_S_Asterisk_Dollar |
7.116983003942707 ns/iter |
7.100161830356301 ns/iter |
1.00 |
Regex_Period_Asterisk |
6.846967633928256 ns/iter |
6.99821428571263 ns/iter |
0.98 |
Regex_Group_Period_Asterisk_Group |
6.893430357144276 ns/iter |
7.076268718409438 ns/iter |
0.97 |
Regex_Period_Plus |
7.184568717927809 ns/iter |
7.607255323182611 ns/iter |
0.94 |
Regex_Period |
7.465713169642539 ns/iter |
7.277935267858535 ns/iter |
1.03 |
Regex_Caret_Period_Plus_Dollar |
7.474145089287581 ns/iter |
7.446412466757056 ns/iter |
1.00 |
Regex_Caret_Group_Period_Plus_Group_Dollar |
7.173116071427391 ns/iter |
7.215267857141327 ns/iter |
0.99 |
Regex_Caret_Period_Asterisk_Dollar |
6.938777901786303 ns/iter |
7.01539282582276 ns/iter |
0.99 |
Regex_Caret_Group_Period_Asterisk_Group_Dollar |
7.28282254464371 ns/iter |
6.840892857142527 ns/iter |
1.06 |
Regex_Caret_X_Hyphen |
11.86922187499917 ns/iter |
14.283415784446948 ns/iter |
0.83 |
Regex_Period_Md_Dollar |
133.93678571430559 ns/iter |
134.39174999997962 ns/iter |
1.00 |
Regex_Caret_Slash_Period_Asterisk |
10.714773214285092 ns/iter |
10.71201718749748 ns/iter |
1.00 |
Regex_Caret_Period_Range_Dollar |
7.497984341528929 ns/iter |
7.852155133927547 ns/iter |
0.95 |
Regex_Nested_Backtrack |
604.4758928571322 ns/iter |
601.8048214284834 ns/iter |
1.00 |
JSON_Array_Of_Objects_Unique |
454.0527499999314 ns/iter |
445.552687500026 ns/iter |
1.02 |
JSON_Parse_1 |
78543.82812499949 ns/iter |
97861.43029327555 ns/iter |
0.80 |
JSON_Fast_Hash_Helm_Chart_Lock |
63.876089285709476 ns/iter |
70.9648571428545 ns/iter |
0.90 |
JSON_Equality_Helm_Chart_Lock |
183.833159270794 ns/iter |
187.74497212013523 ns/iter |
0.98 |
JSON_String_Equal/10 |
8.971165138520119 ns/iter |
8.976803531354603 ns/iter |
1.00 |
JSON_String_Equal/100 |
9.91384281288477 ns/iter |
9.93466736636288 ns/iter |
1.00 |
JSON_String_Equal_Small_By_Perfect_Hash/10 |
2.1668403125005398 ns/iter |
2.1663087499995015 ns/iter |
1.00 |
JSON_String_Equal_Small_By_Runtime_Perfect_Hash/10 |
16.197926930340216 ns/iter |
15.521371805706947 ns/iter |
1.04 |
JSON_String_Fast_Hash/10 |
4.0480840830142375 ns/iter |
4.035556361606955 ns/iter |
1.00 |
JSON_String_Fast_Hash/100 |
4.101097239465521 ns/iter |
4.025429129463275 ns/iter |
1.02 |
JSON_String_Key_Hash/10 |
8.145594606495616 ns/iter |
8.193238356278044 ns/iter |
0.99 |
JSON_String_Key_Hash/100 |
3.7207495254364074 ns/iter |
3.7194021362153795 ns/iter |
1.00 |
JSON_Object_Defines_Miss_Same_Length |
4.6401709924994385 ns/iter |
4.651556930025112 ns/iter |
1.00 |
JSON_Object_Defines_Miss_Too_Small |
4.641790858574428 ns/iter |
4.655260724677316 ns/iter |
1.00 |
JSON_Object_Defines_Miss_Too_Large |
3.7146294576533787 ns/iter |
3.7230744576381705 ns/iter |
1.00 |
Pointer_Object_Traverse |
52.821640000001935 ns/iter |
52.06376785713879 ns/iter |
1.01 |
Pointer_Object_Try_Traverse |
73.854040178567 ns/iter |
75.02687500000604 ns/iter |
0.98 |
Pointer_Push_Back_Pointer_To_Weak_Pointer |
192.06331179137194 ns/iter |
180.84636436128113 ns/iter |
1.06 |
Schema_Frame_OMC_Instances |
503486549.99993414 ns/iter |
491266100.00007534 ns/iter |
1.02 |
Schema_Frame_OMC_References |
369931899.9999832 ns/iter |
366108400.0000301 ns/iter |
1.01 |
Schema_Frame_OMC_Locations |
360449499.9999588 ns/iter |
358703400.0000813 ns/iter |
1.00 |
Schema_Bundle_Meta_2020_12 |
17062333.33335755 ns/iter |
17164843.243249748 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 (macos/llvm)
Benchmark suite | Current: 3e848e9 | Previous: b801217 | Ratio |
---|---|---|---|
Regex_Lower_S_Or_Upper_S_Asterisk |
1.577451678884808 ns/iter |
1.5861883277127553 ns/iter |
0.99 |
Regex_Caret_Lower_S_Or_Upper_S_Asterisk_Dollar |
1.6650271510717432 ns/iter |
1.5743748471142172 ns/iter |
1.06 |
Regex_Period_Asterisk |
1.607246983636171 ns/iter |
1.651359976073823 ns/iter |
0.97 |
Regex_Group_Period_Asterisk_Group |
1.5658994990797184 ns/iter |
1.6267788595339774 ns/iter |
0.96 |
Regex_Period_Plus |
1.8944482386236579 ns/iter |
1.9271463722608517 ns/iter |
0.98 |
Regex_Period |
1.9016890394305404 ns/iter |
2.0574593739420473 ns/iter |
0.92 |
Regex_Caret_Period_Plus_Dollar |
1.911378982078493 ns/iter |
1.907063096234219 ns/iter |
1.00 |
Regex_Caret_Group_Period_Plus_Group_Dollar |
1.913564585830816 ns/iter |
1.896625662103671 ns/iter |
1.01 |
Regex_Caret_Period_Asterisk_Dollar |
1.5890213525685941 ns/iter |
1.623462597677297 ns/iter |
0.98 |
Regex_Caret_Group_Period_Asterisk_Group_Dollar |
1.6002398956545538 ns/iter |
1.5946581111646272 ns/iter |
1.00 |
Regex_Caret_X_Hyphen |
6.292504466298919 ns/iter |
6.508669761683066 ns/iter |
0.97 |
Regex_Period_Md_Dollar |
67.52741192052648 ns/iter |
69.20928713672153 ns/iter |
0.98 |
Regex_Caret_Slash_Period_Asterisk |
5.611541487813289 ns/iter |
5.995728481541491 ns/iter |
0.94 |
Regex_Caret_Period_Range_Dollar |
2.0671798082653767 ns/iter |
2.1528318895521488 ns/iter |
0.96 |
Regex_Nested_Backtrack |
763.8692393620349 ns/iter |
760.5791945531818 ns/iter |
1.00 |
JSON_Array_Of_Objects_Unique |
360.462353424823 ns/iter |
352.8969084278157 ns/iter |
1.02 |
JSON_Parse_1 |
21847.41816648725 ns/iter |
21935.90356394018 ns/iter |
1.00 |
JSON_Fast_Hash_Helm_Chart_Lock |
54.471799264965874 ns/iter |
55.94082007219221 ns/iter |
0.97 |
JSON_Equality_Helm_Chart_Lock |
120.97450287535912 ns/iter |
123.8504117925127 ns/iter |
0.98 |
JSON_String_Equal/10 |
7.525894965864074 ns/iter |
8.007650425661177 ns/iter |
0.94 |
JSON_String_Equal/100 |
5.974810756696659 ns/iter |
6.147921749361557 ns/iter |
0.97 |
JSON_String_Equal_Small_By_Perfect_Hash/10 |
0.31539862130426866 ns/iter |
0.32380853562335654 ns/iter |
0.97 |
JSON_String_Equal_Small_By_Runtime_Perfect_Hash/10 |
2.914309083038411 ns/iter |
2.9483882546078393 ns/iter |
0.99 |
JSON_String_Fast_Hash/10 |
1.8861140497595483 ns/iter |
1.9581331241395916 ns/iter |
0.96 |
JSON_String_Fast_Hash/100 |
2.1962150696845177 ns/iter |
2.265689956364463 ns/iter |
0.97 |
JSON_String_Key_Hash/10 |
1.2638776100746605 ns/iter |
1.3219974770856586 ns/iter |
0.96 |
JSON_String_Key_Hash/100 |
1.6721253916212584 ns/iter |
1.7519920169438525 ns/iter |
0.95 |
JSON_Object_Defines_Miss_Same_Length |
2.218067140614138 ns/iter |
2.2706053678071556 ns/iter |
0.98 |
JSON_Object_Defines_Miss_Too_Small |
3.1508716419643967 ns/iter |
3.3528930024570474 ns/iter |
0.94 |
JSON_Object_Defines_Miss_Too_Large |
2.2035570614294295 ns/iter |
2.2945543047057915 ns/iter |
0.96 |
Pointer_Object_Traverse |
15.372286302433077 ns/iter |
16.712852621397246 ns/iter |
0.92 |
Pointer_Object_Try_Traverse |
21.789563358324134 ns/iter |
26.42465508482599 ns/iter |
0.82 |
Pointer_Push_Back_Pointer_To_Weak_Pointer |
170.4525738163592 ns/iter |
176.4133520043094 ns/iter |
0.97 |
Schema_Frame_OMC_Instances |
163687250.0000095 ns/iter |
175160520.75001198 ns/iter |
0.93 |
Schema_Frame_OMC_References |
101964529.71428828 ns/iter |
104393648.85714245 ns/iter |
0.98 |
Schema_Frame_OMC_Locations |
101242773.85714972 ns/iter |
106415529.85714497 ns/iter |
0.95 |
Schema_Bundle_Meta_2020_12 |
4365217.906251217 ns/iter |
4585402.760002731 ns/iter |
0.95 |
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: 3e848e9 | Previous: b801217 | Ratio |
---|---|---|---|
Regex_Lower_S_Or_Upper_S_Asterisk |
2.2063546342744256 ns/iter |
2.219344464479447 ns/iter |
0.99 |
Regex_Caret_Lower_S_Or_Upper_S_Asterisk_Dollar |
2.2149550257123245 ns/iter |
2.1980430894325105 ns/iter |
1.01 |
Regex_Period_Asterisk |
2.1980547607977 ns/iter |
2.2102477938116953 ns/iter |
0.99 |
Regex_Group_Period_Asterisk_Group |
2.2125333519332924 ns/iter |
2.1992430935575222 ns/iter |
1.01 |
Regex_Period_Plus |
2.4891618406724976 ns/iter |
2.254781384099031 ns/iter |
1.10 |
Regex_Period |
2.4892363408353546 ns/iter |
2.2578534195054716 ns/iter |
1.10 |
Regex_Caret_Period_Plus_Dollar |
2.48702676415983 ns/iter |
2.2685740759044206 ns/iter |
1.10 |
Regex_Caret_Group_Period_Plus_Group_Dollar |
2.4887300083408 ns/iter |
2.2678441318557816 ns/iter |
1.10 |
Regex_Caret_Period_Asterisk_Dollar |
3.419972211327285 ns/iter |
2.487514642783422 ns/iter |
1.37 |
Regex_Caret_Group_Period_Asterisk_Group_Dollar |
3.4204669615370205 ns/iter |
2.4861919050743815 ns/iter |
1.38 |
Regex_Caret_X_Hyphen |
12.682229043100854 ns/iter |
13.051124073587943 ns/iter |
0.97 |
Regex_Period_Md_Dollar |
73.67807767514005 ns/iter |
75.4359897066389 ns/iter |
0.98 |
Regex_Caret_Slash_Period_Asterisk |
7.146786837599524 ns/iter |
6.22479682059619 ns/iter |
1.15 |
Regex_Caret_Period_Range_Dollar |
4.045396478824967 ns/iter |
4.043223233985259 ns/iter |
1.00 |
Regex_Nested_Backtrack |
470.28167620998056 ns/iter |
466.8331068206741 ns/iter |
1.01 |
JSON_Array_Of_Objects_Unique |
382.4177823326821 ns/iter |
392.22616795635065 ns/iter |
0.97 |
JSON_Parse_1 |
30485.860595763228 ns/iter |
30140.117624323768 ns/iter |
1.01 |
JSON_Fast_Hash_Helm_Chart_Lock |
61.22428037754332 ns/iter |
55.7656394873364 ns/iter |
1.10 |
JSON_Equality_Helm_Chart_Lock |
154.80183585466636 ns/iter |
159.1705003208081 ns/iter |
0.97 |
JSON_String_Equal/10 |
7.149723710848341 ns/iter |
6.2210917097710015 ns/iter |
1.15 |
JSON_String_Equal/100 |
6.854460229350951 ns/iter |
7.005183573253579 ns/iter |
0.98 |
JSON_String_Equal_Small_By_Perfect_Hash/10 |
0.9362068704094454 ns/iter |
0.9364305329607772 ns/iter |
1.00 |
JSON_String_Equal_Small_By_Runtime_Perfect_Hash/10 |
14.598133181646752 ns/iter |
14.633048616912127 ns/iter |
1.00 |
JSON_String_Fast_Hash/10 |
2.177532491453762 ns/iter |
2.177732936545564 ns/iter |
1.00 |
JSON_String_Fast_Hash/100 |
2.177092982074051 ns/iter |
2.175851347065332 ns/iter |
1.00 |
JSON_String_Key_Hash/10 |
2.699666298484737 ns/iter |
2.663363939205391 ns/iter |
1.01 |
JSON_String_Key_Hash/100 |
2.804080790266052 ns/iter |
2.810856880706696 ns/iter |
1.00 |
JSON_Object_Defines_Miss_Same_Length |
3.7372043882304373 ns/iter |
3.733660284276371 ns/iter |
1.00 |
JSON_Object_Defines_Miss_Too_Small |
3.7342226870390496 ns/iter |
3.7358601905159587 ns/iter |
1.00 |
JSON_Object_Defines_Miss_Too_Large |
3.7334432359405016 ns/iter |
3.734016100341279 ns/iter |
1.00 |
Pointer_Object_Traverse |
43.62448392554499 ns/iter |
43.70313390480797 ns/iter |
1.00 |
Pointer_Object_Try_Traverse |
52.34216235235326 ns/iter |
52.318262394504586 ns/iter |
1.00 |
Pointer_Push_Back_Pointer_To_Weak_Pointer |
290.5133689728882 ns/iter |
291.4459717550939 ns/iter |
1.00 |
Schema_Frame_OMC_Instances |
221750356.99998108 ns/iter |
221523138.33335784 ns/iter |
1.00 |
Schema_Frame_OMC_References |
144375073.19998986 ns/iter |
146744153.60000238 ns/iter |
0.98 |
Schema_Frame_OMC_Locations |
140694512.40000036 ns/iter |
141137807.60001191 ns/iter |
1.00 |
Schema_Bundle_Meta_2020_12 |
6871884.514853804 ns/iter |
6853594.049021814 ns/iter |
1.00 |
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 (macos/gcc)
Benchmark suite | Current: 3e848e9 | Previous: b801217 | Ratio |
---|---|---|---|
Regex_Lower_S_Or_Upper_S_Asterisk |
1.8801307709745867 ns/iter |
1.8812978952726207 ns/iter |
1.00 |
Regex_Caret_Lower_S_Or_Upper_S_Asterisk_Dollar |
1.879842013350321 ns/iter |
1.8802620816381428 ns/iter |
1.00 |
Regex_Period_Asterisk |
1.8793856862625953 ns/iter |
1.8808500138364492 ns/iter |
1.00 |
Regex_Group_Period_Asterisk_Group |
1.880825248771073 ns/iter |
1.9387787828349197 ns/iter |
0.97 |
Regex_Period_Plus |
1.572257809462939 ns/iter |
1.601581348932364 ns/iter |
0.98 |
Regex_Period |
1.56780616705402 ns/iter |
1.567542668723662 ns/iter |
1.00 |
Regex_Caret_Period_Plus_Dollar |
1.5671779476148384 ns/iter |
1.5682674587435315 ns/iter |
1.00 |
Regex_Caret_Group_Period_Plus_Group_Dollar |
1.5744362069394588 ns/iter |
1.5695389928962242 ns/iter |
1.00 |
Regex_Caret_Period_Asterisk_Dollar |
1.9031349156434065 ns/iter |
1.8860727604357745 ns/iter |
1.01 |
Regex_Caret_Group_Period_Asterisk_Group_Dollar |
1.8794532520630223 ns/iter |
1.8882914838257525 ns/iter |
1.00 |
Regex_Caret_X_Hyphen |
5.971799230974582 ns/iter |
5.959556973952016 ns/iter |
1.00 |
Regex_Period_Md_Dollar |
68.42857904684526 ns/iter |
68.22996713138363 ns/iter |
1.00 |
Regex_Caret_Slash_Period_Asterisk |
4.518340905123262 ns/iter |
4.39271204602062 ns/iter |
1.03 |
Regex_Caret_Period_Range_Dollar |
1.8845857121674885 ns/iter |
1.8982546417113058 ns/iter |
0.99 |
Regex_Nested_Backtrack |
854.7891080275759 ns/iter |
856.4955770781716 ns/iter |
1.00 |
JSON_Array_Of_Objects_Unique |
211.20488402999487 ns/iter |
216.27928889637786 ns/iter |
0.98 |
JSON_Parse_1 |
22843.85202256851 ns/iter |
22778.625703667993 ns/iter |
1.00 |
JSON_Fast_Hash_Helm_Chart_Lock |
23.659504828499326 ns/iter |
23.456411865616374 ns/iter |
1.01 |
JSON_Equality_Helm_Chart_Lock |
113.26787729068954 ns/iter |
113.22698642780328 ns/iter |
1.00 |
JSON_String_Equal/10 |
5.403244977258684 ns/iter |
5.413299569800169 ns/iter |
1.00 |
JSON_String_Equal/100 |
5.165904652448582 ns/iter |
5.101125136543326 ns/iter |
1.01 |
JSON_String_Equal_Small_By_Perfect_Hash/10 |
0.751722773760452 ns/iter |
0.7446368077248369 ns/iter |
1.01 |
JSON_String_Equal_Small_By_Runtime_Perfect_Hash/10 |
3.4579175594906375 ns/iter |
3.4584641231891027 ns/iter |
1.00 |
JSON_String_Fast_Hash/10 |
1.895793361571603 ns/iter |
1.8926427087752251 ns/iter |
1.00 |
JSON_String_Fast_Hash/100 |
1.8937581682806885 ns/iter |
1.9394530579576983 ns/iter |
0.98 |
JSON_String_Key_Hash/10 |
1.4396329376364536 ns/iter |
1.4336750181298445 ns/iter |
1.00 |
JSON_String_Key_Hash/100 |
2.5155533947483617 ns/iter |
2.521669741871885 ns/iter |
1.00 |
JSON_Object_Defines_Miss_Same_Length |
1.729831908817661 ns/iter |
1.7268946730470907 ns/iter |
1.00 |
JSON_Object_Defines_Miss_Too_Small |
1.8819484655257155 ns/iter |
1.889463293626385 ns/iter |
1.00 |
JSON_Object_Defines_Miss_Too_Large |
1.884978235247721 ns/iter |
1.8891036172698497 ns/iter |
1.00 |
Pointer_Object_Traverse |
54.062861646725686 ns/iter |
55.39414490282654 ns/iter |
0.98 |
Pointer_Object_Try_Traverse |
35.15953023261998 ns/iter |
33.82722086833875 ns/iter |
1.04 |
Pointer_Push_Back_Pointer_To_Weak_Pointer |
159.1915376406443 ns/iter |
158.23987651881822 ns/iter |
1.01 |
Schema_Frame_OMC_Instances |
169446170.3300476 ns/iter |
168248236.1793518 ns/iter |
1.01 |
Schema_Frame_OMC_References |
105269789.69573975 ns/iter |
105567018.1910197 ns/iter |
1.00 |
Schema_Frame_OMC_Locations |
105187279.8374721 ns/iter |
102281297.95619419 ns/iter |
1.03 |
Schema_Bundle_Meta_2020_12 |
4635030.860142992 ns/iter |
4632498.593938431 ns/iter |
1.00 |
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: 3e848e9 | Previous: b801217 | Ratio |
---|---|---|---|
Schema_Frame_OMC_Instances |
234040159.99998745 ns/iter |
214084162.9999765 ns/iter |
1.09 |
Schema_Frame_OMC_References |
142702374.0000095 ns/iter |
140295349.00000727 ns/iter |
1.02 |
Schema_Frame_OMC_Locations |
142228010.2000059 ns/iter |
137180966.7999969 ns/iter |
1.04 |
Schema_Bundle_Meta_2020_12 |
6896659.5999984285 ns/iter |
6848714.059404949 ns/iter |
1.01 |
Pointer_Object_Traverse |
46.11010646056698 ns/iter |
47.506003977490714 ns/iter |
0.97 |
Pointer_Object_Try_Traverse |
23.036016508864307 ns/iter |
22.996723651523155 ns/iter |
1.00 |
Pointer_Push_Back_Pointer_To_Weak_Pointer |
143.36249392486164 ns/iter |
177.15708817006185 ns/iter |
0.81 |
JSON_Array_Of_Objects_Unique |
419.4514134022696 ns/iter |
423.44178641341034 ns/iter |
0.99 |
JSON_Parse_1 |
33385.572966790125 ns/iter |
33054.62196159954 ns/iter |
1.01 |
JSON_Fast_Hash_Helm_Chart_Lock |
68.82623208779823 ns/iter |
68.96069750050492 ns/iter |
1.00 |
JSON_Equality_Helm_Chart_Lock |
146.93930787872404 ns/iter |
146.66418604902512 ns/iter |
1.00 |
JSON_String_Equal/10 |
6.267797061339662 ns/iter |
6.2702141618027785 ns/iter |
1.00 |
JSON_String_Equal/100 |
7.079262556786093 ns/iter |
6.888236905810567 ns/iter |
1.03 |
JSON_String_Equal_Small_By_Perfect_Hash/10 |
0.6232484695243148 ns/iter |
0.6241777956652605 ns/iter |
1.00 |
JSON_String_Equal_Small_By_Runtime_Perfect_Hash/10 |
19.27178462581708 ns/iter |
19.26454307887498 ns/iter |
1.00 |
JSON_String_Fast_Hash/10 |
1.242407925829913 ns/iter |
1.2437315596482315 ns/iter |
1.00 |
JSON_String_Fast_Hash/100 |
1.2434259332935136 ns/iter |
1.2447135373352587 ns/iter |
1.00 |
JSON_String_Key_Hash/10 |
1.2444395491285023 ns/iter |
1.2446428092595356 ns/iter |
1.00 |
JSON_String_Key_Hash/100 |
2.025265992085075 ns/iter |
2.0243245283911944 ns/iter |
1.00 |
JSON_Object_Defines_Miss_Same_Length |
2.4954958734301287 ns/iter |
2.4874839207511426 ns/iter |
1.00 |
JSON_Object_Defines_Miss_Too_Small |
2.4870153098251886 ns/iter |
2.487395733214058 ns/iter |
1.00 |
JSON_Object_Defines_Miss_Too_Large |
2.487078862252217 ns/iter |
2.4875598130794243 ns/iter |
1.00 |
Regex_Lower_S_Or_Upper_S_Asterisk |
3.424783188546044 ns/iter |
3.4186795637995453 ns/iter |
1.00 |
Regex_Caret_Lower_S_Or_Upper_S_Asterisk_Dollar |
3.422384630635824 ns/iter |
3.419636845153871 ns/iter |
1.00 |
Regex_Period_Asterisk |
3.4256015228669927 ns/iter |
3.4197622871621407 ns/iter |
1.00 |
Regex_Group_Period_Asterisk_Group |
3.422759397099929 ns/iter |
3.419400498771074 ns/iter |
1.00 |
Regex_Period_Plus |
3.736420121329008 ns/iter |
3.635534731537178 ns/iter |
1.03 |
Regex_Period |
3.765438054775093 ns/iter |
3.416949463986668 ns/iter |
1.10 |
Regex_Caret_Period_Plus_Dollar |
3.4879459075458485 ns/iter |
3.4239912773119348 ns/iter |
1.02 |
Regex_Caret_Group_Period_Plus_Group_Dollar |
3.418460103815213 ns/iter |
3.4177980367656047 ns/iter |
1.00 |
Regex_Caret_Period_Asterisk_Dollar |
3.729854137181912 ns/iter |
3.7341242169777504 ns/iter |
1.00 |
Regex_Caret_Group_Period_Asterisk_Group_Dollar |
3.7334557851229047 ns/iter |
3.7315187733758286 ns/iter |
1.00 |
Regex_Caret_X_Hyphen |
13.152150395900406 ns/iter |
13.680883420708057 ns/iter |
0.96 |
Regex_Period_Md_Dollar |
88.68326673357723 ns/iter |
89.22908601754364 ns/iter |
0.99 |
Regex_Caret_Slash_Period_Asterisk |
9.643191269513617 ns/iter |
8.395749894290597 ns/iter |
1.15 |
Regex_Caret_Period_Range_Dollar |
3.42504929816019 ns/iter |
3.41922886488023 ns/iter |
1.00 |
Regex_Nested_Backtrack |
855.4442064930656 ns/iter |
829.9460393877471 ns/iter |
1.03 |
This comment was automatically generated by workflow using github-action-benchmark.
Signed-off-by: Juan Cruz Viotti [email protected]