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 d7b764b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: rescript-schema-ppx
path: packages/rescript-schema-ppx/rescript-schema-ppx-7.0.0.tgz
path: packages/rescript-schema-ppx/rescript-schema-ppx-7.0.1.tgz

benchmark:
name: Benchmark
Expand Down
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 d7b764b

@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: d7b764b Previous: f718dde Ratio
Parse string 818227203 ops/sec (±0.16%) 814044167 ops/sec (±0.15%) 0.99
Serialize string 819861801 ops/sec (±0.08%) 814166152 ops/sec (±0.12%) 0.99
Advanced object schema factory 449623 ops/sec (±1.71%) 457405 ops/sec (±0.90%) 1.02
Parse advanced object 45072321 ops/sec (±0.18%) 42985342 ops/sec (±0.72%) 0.95
Create and parse advanced object 36008 ops/sec (±0.79%) 34684 ops/sec (±1.48%) 0.96
Parse advanced strict object 21656606 ops/sec (±0.16%) 21540357 ops/sec (±0.57%) 0.99
Serialize advanced object 807998981 ops/sec (±0.07%) 800158749 ops/sec (±0.09%) 0.99

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

Please sign in to comment.