Skip to content

Commit

Permalink
v6.4.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Feb 7, 2024
1 parent dfefc60 commit 4b507df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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-6.3.0.tgz
path: packages/rescript-schema-ppx/rescript-schema-ppx-6.4.0.tgz

benchmark:
name: Benchmark
Expand Down
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": "6.3.0",
"version": "6.4.0",
"description": "The fastest composable parser/serializer for ReScript (and TypeScript)",
"keywords": [
"ReScript",
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": "6.3.0",
"version": "6.4.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": "6.3.0"
"rescript-schema": "6.4.0"
}
}
2 changes: 1 addition & 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 4b507df

@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: 4b507df Previous: 8b80865 Ratio
Parse string 819639519 ops/sec (±0.10%) 817629777 ops/sec (±0.12%) 1.00
Serialize string 820105342 ops/sec (±0.08%) 819364644 ops/sec (±0.06%) 1.00
Advanced object schema factory 451090 ops/sec (±0.62%) 437286 ops/sec (±0.36%) 0.97
Parse advanced object 46989389 ops/sec (±0.26%) 46724905 ops/sec (±0.27%) 0.99
Create and parse advanced object 34276 ops/sec (±0.63%) 33715 ops/sec (±0.55%) 0.98
Parse advanced strict object 22243053 ops/sec (±0.20%) 22185137 ops/sec (±0.40%) 1.00
Serialize advanced object 806549538 ops/sec (±0.25%) 805781925 ops/sec (±0.24%) 1.00

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

Please sign in to comment.