-
Notifications
You must be signed in to change notification settings - Fork 7
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
Introduce val for building operations #73
Conversation
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
Benchmark suite | Current: 8698a98 | Previous: 9fb2e69 | Ratio |
---|---|---|---|
Parse string |
818684989 ops/sec (±0.09% ) |
819064824 ops/sec (±0.11% ) |
1.00 |
Serialize string |
820000848 ops/sec (±0.07% ) |
819779932 ops/sec (±0.08% ) |
1.00 |
Advanced object schema factory |
435326 ops/sec (±0.52% ) |
431262 ops/sec (±0.44% ) |
0.99 |
Parse advanced object |
43905387 ops/sec (±2.77% ) |
46671133 ops/sec (±0.42% ) |
1.06 |
Create and parse advanced object |
35414 ops/sec (±0.81% ) |
34129 ops/sec (±0.58% ) |
0.96 |
Parse advanced strict object |
21031808 ops/sec (±0.18% ) |
22262984 ops/sec (±0.24% ) |
1.06 |
Serialize advanced object |
807512862 ops/sec (±0.19% ) |
807737293 ops/sec (±0.20% ) |
1.00 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #73 +/- ##
==========================================
+ Coverage 97.18% 97.27% +0.09%
==========================================
Files 12 12
Lines 5854 6057 +203
Branches 822 875 +53
==========================================
+ Hits 5689 5892 +203
Misses 163 163
Partials 2 2 ☔ 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.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50
.
Benchmark suite | Current: 06983d7 | Previous: 9fb2e69 | Ratio |
---|---|---|---|
Create and parse advanced object |
19572 ops/sec (±6.75% ) |
34129 ops/sec (±0.58% ) |
1.74 |
This comment was automatically generated by workflow using github-action-benchmark.
No description provided.