Skip to content

Commit

Permalink
v8.2.0 🚀 - S.enum + improved serializers
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Sep 10, 2024
1 parent 15aae8e commit 6e3efff
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": "8.1.0",
"version": "8.2.0",
"description": "🧬 The fastest parser in the entire JavaScript ecosystem with a focus on small bundle size and top-notch DX",
"keywords": [
"ReScript",
Expand Down

1 comment on commit 6e3efff

@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: 6e3efff Previous: 83f51d8 Ratio
Parse string 816635133 ops/sec (±0.12%) 815414023 ops/sec (±0.49%) 1.00
Serialize string 816281186 ops/sec (±0.27%) 817783951 ops/sec (±0.11%) 1.00
Advanced object schema factory 476590 ops/sec (±0.47%) 483577 ops/sec (±0.73%) 1.01
Parse advanced object 57109045 ops/sec (±0.47%) 57257765 ops/sec (±0.43%) 1.00
Assert advanced object 172571042 ops/sec (±0.24%) 173214107 ops/sec (±0.13%) 1.00
Create and parse advanced object 93521 ops/sec (±1.19%) 94633 ops/sec (±0.16%) 1.01
Parse advanced strict object 24989267 ops/sec (±0.44%) 25373330 ops/sec (±0.31%) 1.02
Assert advanced strict object 30795732 ops/sec (±0.25%) 30917166 ops/sec (±0.16%) 1.00
Serialize advanced object 62277824 ops/sec (±4.02%) 76333117 ops/sec (±0.06%) 1.23

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

Please sign in to comment.