-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify unevaluatedItems
instruction wrapping
#1080
Conversation
Signed-off-by: Juan Cruz Viotti <[email protected]>
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)
Benchmark suite | Current: 14c2f07 | Previous: 5165ffb | Ratio |
---|---|---|---|
JSONSchema_Compile_Basic |
197919.0963155865 ns/iter |
216568.0071695568 ns/iter |
0.91 |
JSONSchema_Validate_Draft4_Meta_1_No_Callback |
6231.66789084219 ns/iter |
6610.233369352394 ns/iter |
0.94 |
JSONSchema_Validate_Draft4_Required_Properties |
3468.4406603639372 ns/iter |
3646.1036065253793 ns/iter |
0.95 |
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match |
1214.7287621178673 ns/iter |
1295.4398624418723 ns/iter |
0.94 |
JSONSchema_Validate_Draft4_Items_Schema |
9561.144106016609 ns/iter |
9804.167022549027 ns/iter |
0.98 |
This comment was automatically generated by workflow using github-action-benchmark.
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)
Benchmark suite | Current: 14c2f07 | Previous: 5165ffb | Ratio |
---|---|---|---|
JSONSchema_Compile_Basic |
391766.8974211986 ns/iter |
388492.1071829152 ns/iter |
1.01 |
JSONSchema_Validate_Draft4_Meta_1_No_Callback |
6166.755467918981 ns/iter |
6132.665899922391 ns/iter |
1.01 |
JSONSchema_Validate_Draft4_Required_Properties |
3395.023568087297 ns/iter |
3342.569075828852 ns/iter |
1.02 |
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match |
817.6392726039364 ns/iter |
811.8733566622279 ns/iter |
1.01 |
JSONSchema_Validate_Draft4_Items_Schema |
10718.048796172243 ns/iter |
10330.8688879653 ns/iter |
1.04 |
This comment was automatically generated by workflow using github-action-benchmark.
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)
Benchmark suite | Current: 14c2f07 | Previous: 5165ffb | Ratio |
---|---|---|---|
JSONSchema_Validate_Draft4_Meta_1_No_Callback |
6288.723328118374 ns/iter |
6272.835288828571 ns/iter |
1.00 |
JSONSchema_Validate_Draft4_Required_Properties |
3446.590424270327 ns/iter |
3495.958208820784 ns/iter |
0.99 |
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match |
836.7726808220655 ns/iter |
831.8309535988003 ns/iter |
1.01 |
JSONSchema_Validate_Draft4_Items_Schema |
11784.308145802615 ns/iter |
12333.739910236303 ns/iter |
0.96 |
JSONSchema_Compile_Basic |
385098.16620799265 ns/iter |
387044.3375760925 ns/iter |
0.99 |
This comment was automatically generated by workflow using github-action-benchmark.
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)
Benchmark suite | Current: 14c2f07 | Previous: 5165ffb | Ratio |
---|---|---|---|
JSONSchema_Compile_Basic |
788502.4553570779 ns/iter |
844704.5758927121 ns/iter |
0.93 |
JSONSchema_Validate_Draft4_Meta_1_No_Callback |
13262.180079550155 ns/iter |
13159.48210052974 ns/iter |
1.01 |
JSONSchema_Validate_Draft4_Required_Properties |
5575.62199999893 ns/iter |
5502.762999999504 ns/iter |
1.01 |
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match |
2365.7632078536285 ns/iter |
2289.602187499895 ns/iter |
1.03 |
JSONSchema_Validate_Draft4_Items_Schema |
27152.31662429401 ns/iter |
27442.621238304007 ns/iter |
0.99 |
This comment was automatically generated by workflow using github-action-benchmark.
Signed-off-by: Juan Cruz Viotti [email protected]