-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a new
Comment
keyword type (#1458)
Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information
Showing
12 changed files
with
78 additions
and
73 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
5808c87
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)
JSON_Array_Of_Objects_Unique
367.75821593455277
ns/iter354.0729541704298
ns/iter1.04
JSON_Parse_1
25998.186663900975
ns/iter21793.42101125833
ns/iter1.19
JSON_Fast_Hash_Helm_Chart_Lock
52.65060572741298
ns/iter45.89445251235069
ns/iter1.15
JSON_Equality_Helm_Chart_Lock
150.65831122847007
ns/iter140.15645931371807
ns/iter1.07
Pointer_Object_Traverse
39.66651145760043
ns/iter27.334450671563445
ns/iter1.45
Pointer_Object_Try_Traverse
55.140926581710055
ns/iter42.331123838844334
ns/iter1.30
Pointer_Push_Back_Pointer_To_Weak_Pointer
196.63758062317987
ns/iter184.14333267894102
ns/iter1.07
This comment was automatically generated by workflow using github-action-benchmark.
5808c87
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)
JSON_Array_Of_Objects_Unique
307.94937910142863
ns/iter304.51160115122593
ns/iter1.01
JSON_Parse_1
32332.403125143963
ns/iter32248.988420028967
ns/iter1.00
JSON_Fast_Hash_Helm_Chart_Lock
27.432364796069866
ns/iter29.838693729444923
ns/iter0.92
JSON_Equality_Helm_Chart_Lock
146.5056622029958
ns/iter143.9102452058518
ns/iter1.02
Pointer_Object_Traverse
71.64573731298019
ns/iter70.58747815224893
ns/iter1.01
Pointer_Object_Try_Traverse
53.79739938662775
ns/iter53.60765167559938
ns/iter1.00
Pointer_Push_Back_Pointer_To_Weak_Pointer
214.00109962821023
ns/iter215.28077231594116
ns/iter0.99
This comment was automatically generated by workflow using github-action-benchmark.
5808c87
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)
JSON_Array_Of_Objects_Unique
449.4917015339432
ns/iter438.09050636303937
ns/iter1.03
JSON_Parse_1
30130.441553383458
ns/iter29914.47573686325
ns/iter1.01
JSON_Fast_Hash_Helm_Chart_Lock
55.352262658205
ns/iter55.40467326921155
ns/iter1.00
JSON_Equality_Helm_Chart_Lock
139.1898568838531
ns/iter140.91158288258046
ns/iter0.99
Pointer_Object_Traverse
44.90688606389682
ns/iter45.00142747408923
ns/iter1.00
Pointer_Object_Try_Traverse
49.882315750885496
ns/iter49.984577602552136
ns/iter1.00
Pointer_Push_Back_Pointer_To_Weak_Pointer
352.4822336048327
ns/iter353.44588477396996
ns/iter1.00
This comment was automatically generated by workflow using github-action-benchmark.
5808c87
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)
JSON_Array_Of_Objects_Unique
448.3578125000065
ns/iter458.1842120934724
ns/iter0.98
JSON_Parse_1
81194.9330357109
ns/iter80865.75892856425
ns/iter1.00
JSON_Fast_Hash_Helm_Chart_Lock
66.41474107143252
ns/iter67.41774553571389
ns/iter0.99
JSON_Equality_Helm_Chart_Lock
214.97456249999658
ns/iter199.23183921713814
ns/iter1.08
Pointer_Object_Traverse
50.50240178571284
ns/iter50.736719999997604
ns/iter1.00
Pointer_Object_Try_Traverse
75.87291294642387
ns/iter75.89126116071147
ns/iter1.00
Pointer_Push_Back_Pointer_To_Weak_Pointer
176.00710776833208
ns/iter175.69245372940324
ns/iter1.00
This comment was automatically generated by workflow using github-action-benchmark.