Skip to content

Commit

Permalink
Run ci on pushes to a patch branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Jul 13, 2024
1 parent f2f19aa commit 0236cb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- "v\\d+.\\d+.\\d+-patch"
pull_request:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_NEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

// TODO:

- Prepare for union refactoring
- Release 7.0.2 with type check fix for recursive schema
- Test GenType compatibility with d.ts
- Set 8.0.x for rescript-schema in ppx deps
- Update github ci to run on "v*.*.\*-patch"

2 comments on commit 0236cb8

@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: 0236cb8 Previous: 06df40b Ratio
Parse string 820040203 ops/sec (±0.15%) 818372259 ops/sec (±0.13%) 1.00
Serialize string 820835516 ops/sec (±0.07%) 819110535 ops/sec (±0.05%) 1.00
Advanced object schema factory 476168 ops/sec (±0.29%) 449156 ops/sec (±0.56%) 0.94
Parse advanced object 57265967 ops/sec (±0.65%) 45100200 ops/sec (±0.16%) 0.79
Assert advanced object 174025165 ops/sec (±0.14%)
Create and parse advanced object 91627 ops/sec (±0.18%) 35041 ops/sec (±1.18%) 0.38
Parse advanced strict object 25310204 ops/sec (±0.62%) 22748126 ops/sec (±0.24%) 0.90
Assert advanced strict object 30684800 ops/sec (±0.87%)
Serialize advanced object 76690492 ops/sec (±0.15%) 806595235 ops/sec (±0.11%) 10.52

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: 0236cb8 Previous: 06df40b Ratio
Serialize advanced object 76690492 ops/sec (±0.15%) 806595235 ops/sec (±0.11%) 10.52

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

Please sign in to comment.