-
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
Add support for ReScript v12 #103
base: main
Are you sure you want to change the base?
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: 4fe8145 | Previous: 437a778 | Ratio |
---|---|---|---|
S.schema - make |
1467064 ops/sec (±0.62% ) |
1372056 ops/sec (±1.72% ) |
0.94 |
S.schema - make + parse |
108775 ops/sec (±0.56% ) |
108761 ops/sec (±0.72% ) |
1.00 |
S.schema - parse |
49422690 ops/sec (±2.76% ) |
50964496 ops/sec (±2.21% ) |
1.03 |
S.schema - parse strict |
24319410 ops/sec (±1.26% ) |
24427232 ops/sec (±1.55% ) |
1.00 |
S.schema - make + reverse |
970669 ops/sec (±1.31% ) |
945525 ops/sec (±0.32% ) |
0.97 |
S.schema - make + reverse convert |
181171 ops/sec (±0.90% ) |
188026 ops/sec (±0.55% ) |
1.04 |
S.schema - reverse convert |
91198223 ops/sec (±3.14% ) |
57705385 ops/sec (±1.85% ) |
0.63 |
S.schema - reverse convert (compiled) |
137327751 ops/sec (±4.34% ) |
140752092 ops/sec (±3.85% ) |
1.02 |
S.schema - assert |
53889586 ops/sec (±2.00% ) |
54376737 ops/sec (±2.02% ) |
1.01 |
S.schema - assert (compiled) |
74195920 ops/sec (±2.68% ) |
78006168 ops/sec (±2.52% ) |
1.05 |
S.schema - assert strict |
24833950 ops/sec (±1.11% ) |
23304761 ops/sec (±1.16% ) |
0.94 |
S.object - make |
938195 ops/sec (±0.17% ) |
925739 ops/sec (±0.42% ) |
0.99 |
S.object - make + parse |
88559 ops/sec (±0.42% ) |
89442 ops/sec (±0.43% ) |
1.01 |
S.object - parse |
37946015 ops/sec (±1.47% ) |
35478421 ops/sec (±0.97% ) |
0.93 |
S.object - make + reverse |
130998 ops/sec (±1.25% ) |
132008 ops/sec (±1.21% ) |
1.01 |
S.object - make + reverse convert |
85148 ops/sec (±1.05% ) |
86941 ops/sec (±1.13% ) |
1.02 |
S.object - reverse convert |
47763008 ops/sec (±1.90% ) |
45339155 ops/sec (±3.04% ) |
0.95 |
S.string - parse |
66213126 ops/sec (±2.55% ) |
68562643 ops/sec (±2.42% ) |
1.04 |
S.string - reverse convert |
68940196 ops/sec (±2.27% ) |
70490025 ops/sec (±2.40% ) |
1.02 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #103 +/- ##
==========================================
- Coverage 97.88% 97.35% -0.54%
==========================================
Files 12 12
Lines 6061 6567 +506
Branches 817 865 +48
==========================================
+ Hits 5933 6393 +460
- Misses 128 169 +41
- Partials 0 5 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.