Skip to content

Commit

Permalink
Ppx 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Sep 26, 2024
1 parent c4d43cb commit d780539
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 @@ -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.2.tgz
path: packages/rescript-schema-ppx/rescript-schema-ppx-8.3.0.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": "8.2.2",
"version": "8.3.0",
"description": "ReScript PPX to generate rescript-schema from type",
"keywords": [
"ReScript",
Expand Down Expand Up @@ -32,6 +32,6 @@
"postinstall": "node ./install.cjs"
},
"peerDependencies": {
"rescript-schema": "8.0.x || 8.1.x || 8.2.x"
"rescript-schema": "8.3.x"
}
}
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.

2 comments on commit d780539

@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: d780539 Previous: 90ab99c Ratio
Parse string 171763409 ops/sec (±0.19%) 811431552 ops/sec (±0.15%) 4.72
Serialize string 171847355 ops/sec (±0.14%) 812781945 ops/sec (±0.05%) 4.73
Advanced object schema factory 452090 ops/sec (±1.63%) 472293 ops/sec (±0.54%) 1.04
Parse advanced object 50854695 ops/sec (±0.28%) 56799894 ops/sec (±0.57%) 1.12
Assert advanced object - compile 163625228 ops/sec (±0.11%)
Assert advanced object 171712405 ops/sec (±0.21%) 171920805 ops/sec (±0.20%) 1.00
Create and parse advanced object 93285 ops/sec (±1.26%) 95083 ops/sec (±0.21%) 1.02
Parse advanced strict object 23715227 ops/sec (±0.76%) 25471962 ops/sec (±0.17%) 1.07
Assert advanced strict object 29600419 ops/sec (±0.45%) 30460141 ops/sec (±0.20%) 1.03
Serialize advanced object 65287551 ops/sec (±0.24%) 74797850 ops/sec (±0.32%) 1.15
Serialize advanced object - compile 803193386 ops/sec (±0.07%)

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

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: d780539 Previous: 90ab99c Ratio
Parse string 171763409 ops/sec (±0.19%) 811431552 ops/sec (±0.15%) 4.72
Serialize string 171847355 ops/sec (±0.14%) 812781945 ops/sec (±0.05%) 4.73

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

Please sign in to comment.