-
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.
Don't duplicate type check for union items
- Loading branch information
Showing
3 changed files
with
8 additions
and
4 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
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
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
bb4c8de
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
820325883
ops/sec (±0.12%
)818372259
ops/sec (±0.13%
)1.00
Serialize string
818966758
ops/sec (±0.08%
)819110535
ops/sec (±0.05%
)1.00
Advanced object schema factory
456449
ops/sec (±0.42%
)449156
ops/sec (±0.56%
)0.98
Parse advanced object
57521727
ops/sec (±0.55%
)45100200
ops/sec (±0.16%
)0.78
Assert advanced object
173945527
ops/sec (±0.16%
)Create and parse advanced object
93485
ops/sec (±0.37%
)35041
ops/sec (±1.18%
)0.37
Parse advanced strict object
25565695
ops/sec (±0.31%
)22748126
ops/sec (±0.24%
)0.89
Assert advanced strict object
31012322
ops/sec (±0.21%
)Serialize advanced object
75503081
ops/sec (±1.23%
)806595235
ops/sec (±0.11%
)10.68
This comment was automatically generated by workflow using github-action-benchmark.
bb4c8de
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
75503081
ops/sec (±1.23%
)806595235
ops/sec (±0.11%
)10.68
This comment was automatically generated by workflow using github-action-benchmark.