Skip to content

Commit

Permalink
Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Feb 8, 2025
1 parent 3ea3dc1 commit d733a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-schema",
"version": "9.2.1",
"version": "9.2.2",
"private": true,
"description": "🧬 The fastest parser in the entire JavaScript ecosystem with a focus on small bundle size and top-notch DX",
"keywords": [
Expand Down

1 comment on commit d733a7f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: d733a7f Previous: a44eee7 Ratio
S.schema - make 1383682 ops/sec (±0.52%) 1354467 ops/sec (±1.69%) 0.98
S.schema - make + parse 106734 ops/sec (±1.51%) 107084 ops/sec (±0.76%) 1.00
S.schema - parse 49393842 ops/sec (±1.50%) 59295398 ops/sec (±2.15%) 1.20
S.schema - parse strict 23111629 ops/sec (±1.36%) 23128983 ops/sec (±1.08%) 1.00
S.schema - make + reverse 929511 ops/sec (±0.83%) 485145 ops/sec (±1.01%) 0.52
S.schema - make + reverse convert 179716 ops/sec (±0.61%) 153040 ops/sec (±1.04%) 0.85
S.schema - reverse convert 72544249 ops/sec (±2.39%) 67243399 ops/sec (±2.39%) 0.93
S.schema - reverse convert (compiled) 135713689 ops/sec (±4.05%) 132052574 ops/sec (±4.16%) 0.97
S.schema - assert 52677625 ops/sec (±1.43%) 63079730 ops/sec (±3.00%) 1.20
S.schema - assert (compiled) 72380834 ops/sec (±2.41%) 72857233 ops/sec (±2.59%) 1.01
S.schema - assert strict 22357374 ops/sec (±0.88%) 23133197 ops/sec (±1.07%) 1.03
S.object - make 973104 ops/sec (±0.25%) 995948 ops/sec (±0.34%) 1.02
S.object - make + parse 88867 ops/sec (±0.48%) 91218 ops/sec (±0.17%) 1.03
S.object - parse 37000310 ops/sec (±1.50%) 35466302 ops/sec (±1.60%) 0.96
S.object - make + reverse 131693 ops/sec (±1.07%) 131621 ops/sec (±1.09%) 1.00
S.object - make + reverse convert 84017 ops/sec (±1.06%) 83663 ops/sec (±0.93%) 1.00
S.object - reverse convert 47061555 ops/sec (±2.04%) 47267567 ops/sec (±1.74%) 1.00
S.string - parse 66824607 ops/sec (±2.21%) 67102209 ops/sec (±2.23%) 1.00
S.string - reverse convert 70731642 ops/sec (±1.62%) 69673135 ops/sec (±2.34%) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.