-
Notifications
You must be signed in to change notification settings - Fork 6
Add module to wrap kotlin objects for validation #197
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
Conversation
33722fb
to
59f783c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #197 +/- ##
==========================================
+ Coverage 90.69% 90.76% +0.07%
==========================================
Files 133 137 +4
Lines 3977 4073 +96
Branches 1058 1087 +29
==========================================
+ Hits 3607 3697 +90
- Misses 76 81 +5
- Partials 294 295 +1 ☔ View full report in Codecov by Sentry. |
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.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'KMP JSON schema validator'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50
.
Benchmark suite | Current: b86867a | Previous: 9481407 | Ratio |
---|---|---|---|
macosArm64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
1555.2758008896797 us/op |
1019.8887628571429 us/op |
1.52 |
macosArm64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
3914.697804362416 us/op |
2446.4505560679613 us/op |
1.60 |
macosArm64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) |
1198.658958522727 us/op |
763.7483339084771 us/op |
1.57 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @OptimumCode
Resolves #194