Skip to content

Commit

Permalink
Bump rescript-schema-ppx version
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Aug 28, 2024
1 parent 595f83c commit 1fd1b73
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/rescript-schema-ppx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-schema-ppx",
"version": "8.0.0",
"version": "8.1.0",
"description": "ReScript PPX to generate rescript-schema from type",
"keywords": [
"ReScript",
Expand Down Expand Up @@ -31,6 +31,6 @@
"postinstall": "node ./install.cjs"
},
"peerDependencies": {
"rescript-schema": "8.0.x"
"rescript-schema": "8.0.x || 8.1.x"
}
}
53 changes: 52 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 1fd1b73

@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: 1fd1b73 Previous: 83f51d8 Ratio
Parse string 819386011 ops/sec (±0.08%) 815414023 ops/sec (±0.49%) 1.00
Serialize string 818321880 ops/sec (±0.07%) 817783951 ops/sec (±0.11%) 1.00
Advanced object schema factory 468022 ops/sec (±0.10%) 483577 ops/sec (±0.73%) 1.03
Parse advanced object 56460621 ops/sec (±0.79%) 57257765 ops/sec (±0.43%) 1.01
Assert advanced object 173190442 ops/sec (±0.18%) 173214107 ops/sec (±0.13%) 1.00
Create and parse advanced object 95082 ops/sec (±0.41%) 94633 ops/sec (±0.16%) 1.00
Parse advanced strict object 25315445 ops/sec (±0.63%) 25373330 ops/sec (±0.31%) 1.00
Assert advanced strict object 30726932 ops/sec (±0.17%) 30917166 ops/sec (±0.16%) 1.01
Serialize advanced object 75546383 ops/sec (±0.16%) 76333117 ops/sec (±0.06%) 1.01

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

Please sign in to comment.