-
-
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.
Implement a new
AnnotationWhenArraySizeGreater
compiler step (#1098)
Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information
Showing
6 changed files
with
73 additions
and
36 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
b29de65
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)
JSONSchema_Compile_Basic
204049.65753429395
ns/iter201976.72209500815
ns/iter1.01
JSONSchema_Validate_Draft4_Meta_1_No_Callback
1599.5496768072023
ns/iter1604.4579549939835
ns/iter1.00
JSONSchema_Validate_Draft4_Required_Properties
2401.6238914099445
ns/iter2475.1339894153225
ns/iter0.97
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
165.32197851504478
ns/iter167.52181478113985
ns/iter0.99
JSONSchema_Validate_Draft4_Items_Schema
8964.991558762851
ns/iter9575.568985114855
ns/iter0.94
This comment was automatically generated by workflow using github-action-benchmark.
b29de65
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)
JSONSchema_Compile_Basic
391864.60775620455
ns/iter384167.9646409036
ns/iter1.02
JSONSchema_Validate_Draft4_Meta_1_No_Callback
16650.35405617414
ns/iter16835.97709303747
ns/iter0.99
JSONSchema_Validate_Draft4_Required_Properties
8208.450116630971
ns/iter7743.500701434632
ns/iter1.06
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
1563.5008376216072
ns/iter1560.3980533702218
ns/iter1.00
JSONSchema_Validate_Draft4_Items_Schema
109444.21641678351
ns/iter106137.31248114795
ns/iter1.03
This comment was automatically generated by workflow using github-action-benchmark.
b29de65
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)
JSONSchema_Validate_Draft4_Meta_1_No_Callback
2285.514874075199
ns/iter2220.5265662275265
ns/iter1.03
JSONSchema_Validate_Draft4_Required_Properties
2846.202824670392
ns/iter2808.450689032594
ns/iter1.01
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
212.87328586916013
ns/iter204.48548949175242
ns/iter1.04
JSONSchema_Validate_Draft4_Items_Schema
11551.45066766161
ns/iter11860.530190857715
ns/iter0.97
JSONSchema_Compile_Basic
386650.7541436813
ns/iter395414.15346258995
ns/iter0.98
This comment was automatically generated by workflow using github-action-benchmark.
b29de65
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)
JSONSchema_Compile_Basic
787890.9598212199
ns/iter775357.0312501219
ns/iter1.02
JSONSchema_Validate_Draft4_Meta_1_No_Callback
4647.183832524478
ns/iter4802.316969457869
ns/iter0.97
JSONSchema_Validate_Draft4_Required_Properties
3760.838284216279
ns/iter3685.3861607141375
ns/iter1.02
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
780.9710937500824
ns/iter810.2354910715094
ns/iter0.96
JSONSchema_Validate_Draft4_Items_Schema
26074.427958865337
ns/iter26093.417857144428
ns/iter1.00
This comment was automatically generated by workflow using github-action-benchmark.