-
-
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
LogicalWhenAdjacentAnnotations
compiler step (#1078)
Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information
Showing
6 changed files
with
78 additions
and
82 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
adf7305
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
197746.89795918885
ns/iter195940.84611085083
ns/iter1.01
JSONSchema_Validate_Draft4_Meta_1_No_Callback
6014.0444764863305
ns/iter6037.750789703864
ns/iter1.00
JSONSchema_Validate_Draft4_Required_Properties
3416.530299187251
ns/iter3446.89567948083
ns/iter0.99
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
1198.6364680905672
ns/iter1278.2144624672735
ns/iter0.94
JSONSchema_Validate_Draft4_Items_Schema
9002.564715278142
ns/iter9479.108532344015
ns/iter0.95
This comment was automatically generated by workflow using github-action-benchmark.
adf7305
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
393242.6071428439
ns/iter395421.90715885034
ns/iter0.99
JSONSchema_Validate_Draft4_Meta_1_No_Callback
5985.251449430998
ns/iter6088.930098526194
ns/iter0.98
JSONSchema_Validate_Draft4_Required_Properties
3332.339888755645
ns/iter3262.718518310988
ns/iter1.02
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
797.3393270655973
ns/iter804.2761404600207
ns/iter0.99
JSONSchema_Validate_Draft4_Items_Schema
10351.026556681616
ns/iter10869.298311473403
ns/iter0.95
This comment was automatically generated by workflow using github-action-benchmark.
adf7305
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
6249.846650315542
ns/iter6264.41489605974
ns/iter1.00
JSONSchema_Validate_Draft4_Required_Properties
3513.4596351121663
ns/iter3497.9399046706426
ns/iter1.00
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
824.4736643282225
ns/iter807.3775417655877
ns/iter1.02
JSONSchema_Validate_Draft4_Items_Schema
12026.330718667257
ns/iter12006.24987120015
ns/iter1.00
JSONSchema_Compile_Basic
390307.01387345174
ns/iter389587.60222221323
ns/iter1.00
This comment was automatically generated by workflow using github-action-benchmark.
adf7305
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
793118.8616071085
ns/iter782294.1964286758
ns/iter1.01
JSONSchema_Validate_Draft4_Meta_1_No_Callback
12955.476785711946
ns/iter13045.937964560395
ns/iter0.99
JSONSchema_Validate_Draft4_Required_Properties
5359.2214285710525
ns/iter5368.115999999645
ns/iter1.00
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
2325.4324999996356
ns/iter2295.0265624999133
ns/iter1.01
JSONSchema_Validate_Draft4_Items_Schema
25842.693431492753
ns/iter25981.262095396818
ns/iter0.99
This comment was automatically generated by workflow using github-action-benchmark.