Skip to content

Commit

Permalink
v7.0.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Jun 17, 2024
1 parent e1994ec commit d7d5b18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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": "7.0.0",
"version": "7.0.1",
"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": "7.0.0"
"rescript-schema": "7.0.1"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

1 comment on commit d7d5b18

@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: d7d5b18 Previous: f718dde Ratio
Parse string 819486539 ops/sec (±0.13%) 814044167 ops/sec (±0.15%) 0.99
Serialize string 820485713 ops/sec (±0.07%) 814166152 ops/sec (±0.12%) 0.99
Advanced object schema factory 468906 ops/sec (±0.88%) 457405 ops/sec (±0.90%) 0.98
Parse advanced object 45624722 ops/sec (±0.35%) 42985342 ops/sec (±0.72%) 0.94
Create and parse advanced object 35095 ops/sec (±1.15%) 34684 ops/sec (±1.48%) 0.99
Parse advanced strict object 20603883 ops/sec (±0.51%) 21540357 ops/sec (±0.57%) 1.05
Serialize advanced object 808707199 ops/sec (±0.23%) 800158749 ops/sec (±0.09%) 0.99

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

Please sign in to comment.