-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
- "v\\d+.\\d+.\\d+-patch" | ||
pull_request: | ||
branches: | ||
- main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0236cb8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
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.
0236cb8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.50
.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.