Skip to content

Commit

Permalink
Fix files config
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Sep 23, 2024
1 parent 3a5d64f commit 0282840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: rescript-schema-ppx
path: packages/rescript-schema-ppx/rescript-schema-ppx-8.2.1.tgz
path: packages/rescript-schema-ppx/rescript-schema-ppx-8.2.2.tgz

benchmark:
name: Benchmark
Expand Down
3 changes: 2 additions & 1 deletion 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.2.1",
"version": "8.2.2",
"description": "ReScript PPX to generate rescript-schema from type",
"keywords": [
"ReScript",
Expand All @@ -24,6 +24,7 @@
"ppx-windows.exe",
"ppx-linux.exe",
"ppx-osx.exe",
"ppx-osx-x64.exe",
"bin.cmd",
"bin"
],
Expand Down

1 comment on commit 0282840

@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: 0282840 Previous: 90ab99c Ratio
Parse string 811688895 ops/sec (±0.16%) 811431552 ops/sec (±0.15%) 1.00
Serialize string 812829962 ops/sec (±0.06%) 812781945 ops/sec (±0.05%) 1.00
Advanced object schema factory 471435 ops/sec (±0.50%) 472293 ops/sec (±0.54%) 1.00
Parse advanced object 56525509 ops/sec (±0.23%) 56799894 ops/sec (±0.57%) 1.00
Assert advanced object 171826272 ops/sec (±0.22%) 171920805 ops/sec (±0.20%) 1.00
Create and parse advanced object 94053 ops/sec (±0.28%) 95083 ops/sec (±0.21%) 1.01
Parse advanced strict object 24851496 ops/sec (±0.97%) 25471962 ops/sec (±0.17%) 1.02
Assert advanced strict object 30323187 ops/sec (±0.32%) 30460141 ops/sec (±0.20%) 1.00
Serialize advanced object 74934013 ops/sec (±0.22%) 74797850 ops/sec (±0.32%) 1.00

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

Please sign in to comment.