-
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
V9 #98
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: c091605 | Previous: 018a0d8 | Ratio |
---|---|---|---|
S.schema - make |
1383071 ops/sec (±0.51% ) |
734478 ops/sec (±1.03% ) |
0.53 |
S.schema - make + parse |
106838 ops/sec (±1.02% ) |
113021 ops/sec (±1.19% ) |
1.06 |
S.schema - parse |
50795219 ops/sec (±2.43% ) |
169408329 ops/sec (±0.18% ) |
3.34 |
S.schema - parse strict |
24215990 ops/sec (±1.74% ) |
28147101 ops/sec (±0.19% ) |
1.16 |
S.schema - make + reverse |
927207 ops/sec (±0.36% ) |
557414 ops/sec (±0.49% ) |
0.60 |
S.schema - make + reverse convert |
188299 ops/sec (±0.58% ) |
186700 ops/sec (±1.37% ) |
0.99 |
S.schema - reverse convert |
88572463 ops/sec (±3.27% ) |
148269036 ops/sec (±0.15% ) |
1.67 |
S.schema - reverse convert (compiled) |
138684708 ops/sec (±4.70% ) |
821983907 ops/sec (±0.05% ) |
5.93 |
S.schema - assert |
66339142 ops/sec (±2.69% ) |
111472784 ops/sec (±0.18% ) |
1.68 |
S.schema - assert (compiled) |
77023881 ops/sec (±2.69% ) |
165375009 ops/sec (±0.14% ) |
2.15 |
S.schema - assert strict |
18203299 ops/sec (±0.81% ) |
27196697 ops/sec (±0.46% ) |
1.49 |
S.object - make |
1018448 ops/sec (±0.25% ) |
511478 ops/sec (±0.22% ) |
0.50 |
S.object - make + parse |
89685 ops/sec (±0.47% ) |
82888 ops/sec (±1.14% ) |
0.92 |
S.object - parse |
37953189 ops/sec (±1.63% ) |
50601570 ops/sec (±0.19% ) |
1.33 |
S.object - make + reverse |
129911 ops/sec (±1.24% ) |
103061 ops/sec (±1.66% ) |
0.79 |
S.object - make + reverse convert |
83987 ops/sec (±1.05% ) |
74884 ops/sec (±1.28% ) |
0.89 |
S.object - reverse convert |
46665572 ops/sec (±2.00% ) |
59171891 ops/sec (±0.30% ) |
1.27 |
S.string - parse |
66282657 ops/sec (±2.89% ) |
98623459 ops/sec (±0.18% ) |
1.49 |
S.string - reverse convert |
70810692 ops/sec (±2.39% ) |
80619664 ops/sec (±4.12% ) |
1.14 |
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.
⚠️ 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: c091605 | Previous: 018a0d8 | Ratio |
---|---|---|---|
S.schema - parse |
50795219 ops/sec (±2.43% ) |
169408329 ops/sec (±0.18% ) |
3.34 |
S.schema - reverse convert |
88572463 ops/sec (±3.27% ) |
148269036 ops/sec (±0.15% ) |
1.67 |
S.schema - reverse convert (compiled) |
138684708 ops/sec (±4.70% ) |
821983907 ops/sec (±0.05% ) |
5.93 |
S.schema - assert |
66339142 ops/sec (±2.69% ) |
111472784 ops/sec (±0.18% ) |
1.68 |
S.schema - assert (compiled) |
77023881 ops/sec (±2.69% ) |
165375009 ops/sec (±0.14% ) |
2.15 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #98 +/- ##
==========================================
- Coverage 97.88% 97.11% -0.78%
==========================================
Files 12 12
Lines 6061 6545 +484
Branches 817 886 +69
==========================================
+ Hits 5933 6356 +423
- Misses 128 188 +60
- Partials 0 1 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
b2c51b6
to
e69cd1e
Compare
No description provided.