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

refactor: Rework test suite #506

Merged
merged 1 commit into from
Sep 13, 2024
Merged

refactor: Rework test suite #506

merged 1 commit into from
Sep 13, 2024

Conversation

Stranger6667
Copy link
Owner

No description provided.

Copy link

codecov bot commented Sep 13, 2024

Codecov Report

Attention: Patch coverage is 73.39833% with 191 lines in your changes missing coverage. Please review.

Project coverage is 84.68%. Comparing base (e9d1f60) to head (d478804).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
crates/benchmark/src/lib.rs 0.00% 83 Missing ⚠️
crates/jsonschema-cli/src/main.rs 0.00% 55 Missing ⚠️
crates/jsonschema-testsuite-codegen/src/config.rs 62.90% 23 Missing ⚠️
crates/jsonschema/src/lib.rs 87.73% 13 Missing ⚠️
crates/jsonschema-testsuite-codegen/src/lib.rs 79.16% 10 Missing ⚠️
crates/jsonschema-testsuite-codegen/src/mocks.rs 87.80% 5 Missing ⚠️
crates/jsonschema-testsuite-codegen/src/loader.rs 95.65% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #506      +/-   ##
==========================================
- Coverage   90.02%   84.68%   -5.34%     
==========================================
  Files          58       69      +11     
  Lines       10095    10907     +812     
==========================================
+ Hits         9088     9237     +149     
- Misses       1007     1670     +663     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Stranger6667 Stranger6667 force-pushed the dd/restructure branch 8 times, most recently from 785df62 to 72b8cd7 Compare September 13, 2024 16:09
Copy link

codspeed-hq bot commented Sep 13, 2024

CodSpeed Performance Report

Merging #506 will create unknown performance changes

Comparing dd/restructure (d478804) with master (e9d1f60)

Summary

🆕 17 new benchmarks
⁉️ 320 (👁 320) dropped benchmarks

Benchmarks breakdown

Benchmark master dd/restructure Change
🆕 CITM/Catalog[is_valid] N/A 4.8 ms N/A
🆕 CITM/Catalog[validate] N/A 15 ms N/A
🆕 CITM/compile N/A 653.1 µs N/A
🆕 Fast/Invalid[is_valid] N/A 769.4 ns N/A
🆕 Fast/Invalid[validate] N/A 18.4 µs N/A
🆕 Fast/Valid[is_valid] N/A 6.8 µs N/A
🆕 Fast/Valid[validate] N/A 14.1 µs N/A
🆕 Fast/compile N/A 217.6 µs N/A
🆕 GeoJSON/Canada[is_valid] N/A 9.4 ms N/A
🆕 GeoJSON/Canada[validate] N/A 9.4 ms N/A
🆕 GeoJSON/compile N/A 1.8 ms N/A
🆕 Open API/Zuora[is_valid] N/A 22 ms N/A
🆕 Open API/Zuora[validate] N/A 23.8 ms N/A
🆕 Open API/compile N/A 4.5 ms N/A
🆕 Swagger/Kubernetes[is_valid] N/A 23.2 ms N/A
🆕 Swagger/Kubernetes[validate] N/A 33.5 ms N/A
🆕 Swagger/compile N/A 4.8 ms N/A
👁 fast jsonschema/compile 190.4 µs N/A N/A
👁 fast jsonschema/is_valid/invalid 828.9 ns N/A N/A
👁 fast jsonschema/is_valid/valid 6.8 µs N/A N/A
... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
@Stranger6667 Stranger6667 merged commit 80b99eb into master Sep 13, 2024
28 checks passed
@Stranger6667 Stranger6667 deleted the dd/restructure branch September 13, 2024 16:28
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