Skip to content
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

Try a vector for keeping track of annotation blacklists #1113

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

jviotti
Copy link
Member

@jviotti jviotti commented Sep 3, 2024

Signed-off-by: Juan Cruz Viotti [email protected]

Copy link

@github-actions github-actions bot left a 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: d753c7d Previous: 7a10acc Ratio
JSONSchema_Compile_Basic 210688.22827095588 ns/iter 219901.4085326489 ns/iter 0.96
JSONSchema_Validate_Draft4_Meta_1_No_Callback 1547.2377854019846 ns/iter 1950.9588935228412 ns/iter 0.79
JSONSchema_Validate_Draft4_Required_Properties 2518.372974495297 ns/iter 2619.6749868300635 ns/iter 0.96
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match 166.08093425936076 ns/iter 191.690712795835 ns/iter 0.87
JSONSchema_Validate_Draft4_Items_Schema 8052.685585288548 ns/iter 8887.62007045862 ns/iter 0.91

This comment was automatically generated by workflow using github-action-benchmark.

Copy link

@github-actions github-actions bot left a 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: d753c7d Previous: 7a10acc Ratio
JSONSchema_Compile_Basic 386296.3615257269 ns/iter 394829.28539328394 ns/iter 0.98
JSONSchema_Validate_Draft4_Meta_1_No_Callback 18274.26270562918 ns/iter 18290.743187727796 ns/iter 1.00
JSONSchema_Validate_Draft4_Required_Properties 8062.618652073405 ns/iter 8190.13696931376 ns/iter 0.98
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match 1684.7103893751164 ns/iter 1711.9010672331754 ns/iter 0.98
JSONSchema_Validate_Draft4_Items_Schema 112464.63862425543 ns/iter 114678.31985595278 ns/iter 0.98

This comment was automatically generated by workflow using github-action-benchmark.

Copy link

@github-actions github-actions bot left a 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: d753c7d Previous: 7a10acc Ratio
JSONSchema_Validate_Draft4_Meta_1_No_Callback 2035.3982166988087 ns/iter 2115.968396845005 ns/iter 0.96
JSONSchema_Validate_Draft4_Required_Properties 2726.5298749201243 ns/iter 2792.128114387155 ns/iter 0.98
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match 209.55701155216002 ns/iter 211.9849073958154 ns/iter 0.99
JSONSchema_Validate_Draft4_Items_Schema 10340.115529380146 ns/iter 10506.328431225968 ns/iter 0.98
JSONSchema_Compile_Basic 383276.59158009884 ns/iter 386206.1449834929 ns/iter 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Copy link

@github-actions github-actions bot left a 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: d753c7d Previous: 7a10acc Ratio
JSONSchema_Compile_Basic 845577.9017855849 ns/iter 795571.8750000277 ns/iter 1.06
JSONSchema_Validate_Draft4_Meta_1_No_Callback 4681.811789757165 ns/iter 4766.955907996879 ns/iter 0.98
JSONSchema_Validate_Draft4_Required_Properties 3763.8736359398504 ns/iter 3748.2811637832083 ns/iter 1.00
JSONSchema_Validate_Draft4_Optional_Properties_Minimal_Match 758.0145535714321 ns/iter 775.8750000000448 ns/iter 0.98
JSONSchema_Validate_Draft4_Items_Schema 24186.90471673562 ns/iter 25110.093727467123 ns/iter 0.96

This comment was automatically generated by workflow using github-action-benchmark.

@jviotti jviotti marked this pull request as ready for review September 3, 2024 19:29
@jviotti jviotti merged commit 265cd2e into main Sep 3, 2024
12 checks passed
@jviotti jviotti deleted the annotation-blacklist-vector branch September 3, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant