Skip to content

Commit

Permalink
Release macOS x64 ppx support
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Sep 23, 2024
1 parent 90ab99c commit 3a5d64f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ jobs:

pack-rescript-schema-ppx:
name: Pack rescript-schema-ppx
needs:
[ppx-build-linux, ppx-build-macos, ppx-build-macos-x64, ppx-build-windows]
needs: [ppx-build-linux, ppx-build-macos, ppx-build-macos-x64, ppx-build-windows]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -250,7 +249,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: rescript-schema-ppx
path: packages/rescript-schema-ppx/rescript-schema-ppx-8.2.0.tgz
path: packages/rescript-schema-ppx/rescript-schema-ppx-8.2.1.tgz

benchmark:
name: Benchmark
Expand Down
2 changes: 1 addition & 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.0",
"version": "8.2.1",
"description": "ReScript PPX to generate rescript-schema from type",
"keywords": [
"ReScript",
Expand Down

1 comment on commit 3a5d64f

@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: 3a5d64f Previous: 90ab99c Ratio
Parse string 814512419 ops/sec (±0.13%) 811431552 ops/sec (±0.15%) 1.00
Serialize string 814967167 ops/sec (±0.08%) 812781945 ops/sec (±0.05%) 1.00
Advanced object schema factory 469453 ops/sec (±0.82%) 472293 ops/sec (±0.54%) 1.01
Parse advanced object 56964290 ops/sec (±0.39%) 56799894 ops/sec (±0.57%) 1.00
Assert advanced object 172805160 ops/sec (±0.16%) 171920805 ops/sec (±0.20%) 0.99
Create and parse advanced object 94614 ops/sec (±0.31%) 95083 ops/sec (±0.21%) 1.00
Parse advanced strict object 25244716 ops/sec (±0.29%) 25471962 ops/sec (±0.17%) 1.01
Assert advanced strict object 30191729 ops/sec (±0.44%) 30460141 ops/sec (±0.20%) 1.01
Serialize advanced object 74159842 ops/sec (±0.28%) 74797850 ops/sec (±0.32%) 1.01

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

Please sign in to comment.