-
-
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.
Simplify
unevaluatedItems
instruction wrapping (#1080)
Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information
Showing
2 changed files
with
27 additions
and
25 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
a4a0cbd
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
197034.1969384449
ns/iter216568.0071695568
ns/iter0.91
JSONSchema_Validate_Draft4_Meta_1_No_Callback
5988.400992934582
ns/iter6610.233369352394
ns/iter0.91
JSONSchema_Validate_Draft4_Required_Properties
3428.6066442324927
ns/iter3646.1036065253793
ns/iter0.94
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
1232.906348950351
ns/iter1295.4398624418723
ns/iter0.95
JSONSchema_Validate_Draft4_Items_Schema
9455.953181785766
ns/iter9804.167022549027
ns/iter0.96
This comment was automatically generated by workflow using github-action-benchmark.
a4a0cbd
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
392833.1775754006
ns/iter388492.1071829152
ns/iter1.01
JSONSchema_Validate_Draft4_Meta_1_No_Callback
6073.637966411492
ns/iter6132.665899922391
ns/iter0.99
JSONSchema_Validate_Draft4_Required_Properties
3426.5693431733707
ns/iter3342.569075828852
ns/iter1.03
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
795.527638042247
ns/iter811.8733566622279
ns/iter0.98
JSONSchema_Validate_Draft4_Items_Schema
10578.722750274392
ns/iter10330.8688879653
ns/iter1.02
This comment was automatically generated by workflow using github-action-benchmark.
a4a0cbd
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
6502.3900247633965
ns/iter6272.835288828571
ns/iter1.04
JSONSchema_Validate_Draft4_Required_Properties
3588.421989371823
ns/iter3495.958208820784
ns/iter1.03
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
856.364016440521
ns/iter831.8309535988003
ns/iter1.03
JSONSchema_Validate_Draft4_Items_Schema
11737.717529793783
ns/iter12333.739910236303
ns/iter0.95
JSONSchema_Compile_Basic
385491.1359867286
ns/iter387044.3375760925
ns/iter1.00
This comment was automatically generated by workflow using github-action-benchmark.
a4a0cbd
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
802887.6116070093
ns/iter844704.5758927121
ns/iter0.95
JSONSchema_Validate_Draft4_Meta_1_No_Callback
13029.044959619308
ns/iter13159.48210052974
ns/iter0.99
JSONSchema_Validate_Draft4_Required_Properties
5558.538392857518
ns/iter5502.762999999504
ns/iter1.01
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match
2301.035937500018
ns/iter2289.602187499895
ns/iter1.00
JSONSchema_Validate_Draft4_Items_Schema
27012.901281689457
ns/iter27442.621238304007
ns/iter0.98
This comment was automatically generated by workflow using github-action-benchmark.