-
-
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.
Add a new
LogicalWhenNoAdjacentAnnotations
compiler step (#1077)
Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information
Showing
6 changed files
with
80 additions
and
46 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
0c43415
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
195940.84611085083
ns/iter227165.89116716702
ns/iter0.86
JSONSchema_Validate_Draft4_Meta_1_No_Callback
6037.750789703864
ns/iter6592.511059077348
ns/iter0.92
JSONSchema_Validate_Draft4_Required_Properties
3446.89567948083
ns/iter3754.8350718569322
ns/iter0.92
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
1278.2144624672735
ns/iter1356.523137438307
ns/iter0.94
JSONSchema_Validate_Draft4_Items_Schema
9479.108532344015
ns/iter9108.107636411585
ns/iter1.04
This comment was automatically generated by workflow using github-action-benchmark.
0c43415
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
395421.90715885034
ns/iter386266.53455964563
ns/iter1.02
JSONSchema_Validate_Draft4_Meta_1_No_Callback
6088.930098526194
ns/iter5989.054565142286
ns/iter1.02
JSONSchema_Validate_Draft4_Required_Properties
3262.718518310988
ns/iter3277.5309923937107
ns/iter1.00
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
804.2761404600207
ns/iter786.4345209741658
ns/iter1.02
JSONSchema_Validate_Draft4_Items_Schema
10869.298311473403
ns/iter11228.439590213111
ns/iter0.97
This comment was automatically generated by workflow using github-action-benchmark.
0c43415
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
6264.41489605974
ns/iter6257.373380736289
ns/iter1.00
JSONSchema_Validate_Draft4_Required_Properties
3497.9399046706426
ns/iter3477.9908922972154
ns/iter1.01
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
807.3775417655877
ns/iter822.1333332551211
ns/iter0.98
JSONSchema_Validate_Draft4_Items_Schema
12006.24987120015
ns/iter12053.86300426822
ns/iter1.00
JSONSchema_Compile_Basic
389587.60222221323
ns/iter385088.9200220885
ns/iter1.01
This comment was automatically generated by workflow using github-action-benchmark.
0c43415
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
782294.1964286758
ns/iter789299.2187498647
ns/iter0.99
JSONSchema_Validate_Draft4_Meta_1_No_Callback
13045.937964560395
ns/iter13027.503571428108
ns/iter1.00
JSONSchema_Validate_Draft4_Required_Properties
5368.115999999645
ns/iter5295.269642857647
ns/iter1.01
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
2295.0265624999133
ns/iter2302.3993276791516
ns/iter1.00
JSONSchema_Validate_Draft4_Items_Schema
25981.262095396818
ns/iter26561.051872647815
ns/iter0.98
This comment was automatically generated by workflow using github-action-benchmark.