-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mask GoogleTest and GoogleBenchmark on vendorpull
#1460
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: 3205d16 | Previous: bbba5d1 | Ratio |
---|---|---|---|
JSON_Array_Of_Objects_Unique |
334.63169743488925 ns/iter |
510.53829099998893 ns/iter |
0.66 |
JSON_Parse_1 |
22072.284134127294 ns/iter |
30505.19922011856 ns/iter |
0.72 |
JSON_Fast_Hash_Helm_Chart_Lock |
46.47371574963674 ns/iter |
65.50307810175589 ns/iter |
0.71 |
JSON_Equality_Helm_Chart_Lock |
133.50030231744523 ns/iter |
183.24433116945698 ns/iter |
0.73 |
Pointer_Object_Traverse |
27.48889296610535 ns/iter |
44.03413977467465 ns/iter |
0.62 |
Pointer_Object_Try_Traverse |
44.042290633483994 ns/iter |
65.35616733243647 ns/iter |
0.67 |
Pointer_Push_Back_Pointer_To_Weak_Pointer |
180.7641803693404 ns/iter |
222.32535344112117 ns/iter |
0.81 |
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: 3205d16 | Previous: bbba5d1 | Ratio |
---|---|---|---|
JSON_Array_Of_Objects_Unique |
451.7081479620867 ns/iter |
445.28553337319835 ns/iter |
1.01 |
JSON_Parse_1 |
30255.958107697505 ns/iter |
30912.39444570254 ns/iter |
0.98 |
JSON_Fast_Hash_Helm_Chart_Lock |
55.30802539283763 ns/iter |
55.371907486784195 ns/iter |
1.00 |
JSON_Equality_Helm_Chart_Lock |
138.82333009062805 ns/iter |
137.13764864451989 ns/iter |
1.01 |
Pointer_Object_Traverse |
44.88575849779862 ns/iter |
44.94025600965982 ns/iter |
1.00 |
Pointer_Object_Try_Traverse |
49.863837574586206 ns/iter |
49.98359334619691 ns/iter |
1.00 |
Pointer_Push_Back_Pointer_To_Weak_Pointer |
352.7027132915855 ns/iter |
356.01984516666363 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: 3205d16 | Previous: bbba5d1 | Ratio |
---|---|---|---|
JSON_Array_Of_Objects_Unique |
306.2509136217035 ns/iter |
307.39690059233385 ns/iter |
1.00 |
JSON_Parse_1 |
32767.97954047661 ns/iter |
32373.150541601754 ns/iter |
1.01 |
JSON_Fast_Hash_Helm_Chart_Lock |
27.60340613361011 ns/iter |
35.204556755230776 ns/iter |
0.78 |
JSON_Equality_Helm_Chart_Lock |
145.35375996109903 ns/iter |
154.57914684948224 ns/iter |
0.94 |
Pointer_Object_Traverse |
72.46150178364404 ns/iter |
70.58428378668792 ns/iter |
1.03 |
Pointer_Object_Try_Traverse |
56.1386681288923 ns/iter |
53.56287954469175 ns/iter |
1.05 |
Pointer_Push_Back_Pointer_To_Weak_Pointer |
213.2785120169483 ns/iter |
213.88251105751345 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 (windows/msvc)
Benchmark suite | Current: 3205d16 | Previous: bbba5d1 | Ratio |
---|---|---|---|
JSON_Array_Of_Objects_Unique |
447.21134003271203 ns/iter |
446.7193758786913 ns/iter |
1.00 |
JSON_Parse_1 |
80171.27232143398 ns/iter |
84256.5555109128 ns/iter |
0.95 |
JSON_Fast_Hash_Helm_Chart_Lock |
65.77363392857194 ns/iter |
66.18665178571348 ns/iter |
0.99 |
JSON_Equality_Helm_Chart_Lock |
200.11488393882902 ns/iter |
201.32881261865484 ns/iter |
0.99 |
Pointer_Object_Traverse |
50.994809999997415 ns/iter |
51.119955357137314 ns/iter |
1.00 |
Pointer_Object_Try_Traverse |
75.9357321428565 ns/iter |
75.87267857142825 ns/iter |
1.00 |
Pointer_Push_Back_Pointer_To_Weak_Pointer |
188.26579359516654 ns/iter |
185.1953201067275 ns/iter |
1.02 |
This comment was automatically generated by workflow using github-action-benchmark.
Signed-off-by: Juan Cruz Viotti [email protected]