-
-
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 resolve_target
in the EvaluationContext
#1094
Conversation
Signed-off-by: Juan Cruz Viotti <[email protected]>
cc3158b
to
8492dcf
Compare
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: 8492dcf | Previous: ad4b770 | Ratio |
---|---|---|---|
JSONSchema_Compile_Basic |
203409.17878128806 ns/iter |
209398.1300690977 ns/iter |
0.97 |
JSONSchema_Validate_Draft4_Meta_1_No_Callback |
1592.261149702016 ns/iter |
1653.0829519957508 ns/iter |
0.96 |
JSONSchema_Validate_Draft4_Required_Properties |
2426.4442730819615 ns/iter |
2497.7904689323027 ns/iter |
0.97 |
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match |
169.20161387693284 ns/iter |
171.94955733842792 ns/iter |
0.98 |
JSONSchema_Validate_Draft4_Items_Schema |
9446.387395761523 ns/iter |
9423.979664381668 ns/iter |
1.00 |
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: 8492dcf | Previous: ad4b770 | Ratio |
---|---|---|---|
JSONSchema_Compile_Basic |
401167.39152262395 ns/iter |
389373.84460592445 ns/iter |
1.03 |
JSONSchema_Validate_Draft4_Meta_1_No_Callback |
2113.296622008784 ns/iter |
2187.6304676652508 ns/iter |
0.97 |
JSONSchema_Validate_Draft4_Required_Properties |
2613.611197236295 ns/iter |
2636.7671367063244 ns/iter |
0.99 |
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match |
198.17946972879608 ns/iter |
203.32117947667922 ns/iter |
0.97 |
JSONSchema_Validate_Draft4_Items_Schema |
9985.356787360499 ns/iter |
10805.287072979008 ns/iter |
0.92 |
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: 8492dcf | Previous: ad4b770 | Ratio |
---|---|---|---|
JSONSchema_Validate_Draft4_Meta_1_No_Callback |
2170.580035652824 ns/iter |
2375.34838911163 ns/iter |
0.91 |
JSONSchema_Validate_Draft4_Required_Properties |
2785.794078153487 ns/iter |
2747.1143802741303 ns/iter |
1.01 |
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match |
203.6273706421197 ns/iter |
218.28921658633715 ns/iter |
0.93 |
JSONSchema_Validate_Draft4_Items_Schema |
11835.78588338743 ns/iter |
12041.355921630693 ns/iter |
0.98 |
JSONSchema_Compile_Basic |
386947.28482798714 ns/iter |
387116.83573010314 ns/iter |
1.00 |
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: 8492dcf | Previous: ad4b770 | Ratio |
---|---|---|---|
JSONSchema_Compile_Basic |
792840.6250000211 ns/iter |
780069.5312499987 ns/iter |
1.02 |
JSONSchema_Validate_Draft4_Meta_1_No_Callback |
4742.544514608813 ns/iter |
4741.559265421493 ns/iter |
1.00 |
JSONSchema_Validate_Draft4_Required_Properties |
3812.6713169641034 ns/iter |
3734.5620811396707 ns/iter |
1.02 |
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match |
772.7494419642917 ns/iter |
750.5143973214651 ns/iter |
1.03 |
JSONSchema_Validate_Draft4_Items_Schema |
24308.878571430014 ns/iter |
24013.081327222473 ns/iter |
1.01 |
This comment was automatically generated by workflow using github-action-benchmark.
Signed-off-by: Juan Cruz Viotti [email protected]