Skip to content

Commit

Permalink
v8.0.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Jul 22, 2024
1 parent 315a5ee commit bc3089c
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.0.0",
"version": "8.0.1",
"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 bc3089c

@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: bc3089c Previous: 315a5ee Ratio
Parse string 819279435 ops/sec (±0.08%) 819212043 ops/sec (±0.14%) 1.00
Serialize string 817881030 ops/sec (±0.09%) 820083660 ops/sec (±0.06%) 1.00
Advanced object schema factory 478384 ops/sec (±0.16%) 467043 ops/sec (±0.75%) 0.98
Parse advanced object 56883468 ops/sec (±0.92%) 57303490 ops/sec (±0.58%) 1.01
Assert advanced object 173868892 ops/sec (±0.16%) 173972597 ops/sec (±0.13%) 1.00
Create and parse advanced object 95417 ops/sec (±0.11%) 95135 ops/sec (±0.17%) 1.00
Parse advanced strict object 25452469 ops/sec (±0.28%) 25413209 ops/sec (±1.32%) 1.00
Assert advanced strict object 30860125 ops/sec (±0.55%) 30800487 ops/sec (±0.22%) 1.00
Serialize advanced object 76910407 ops/sec (±0.23%) 74296846 ops/sec (±0.34%) 0.97

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

Please sign in to comment.