-
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
7 changed files
with
117 additions
and
114 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
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
Oops, something went wrong.
edae1ca
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
172073127
ops/sec (±0.12%
)811431552
ops/sec (±0.15%
)4.72
Serialize string
172202171
ops/sec (±0.08%
)812781945
ops/sec (±0.05%
)4.72
Advanced object schema factory
471522
ops/sec (±0.69%
)472293
ops/sec (±0.54%
)1.00
Parse advanced object
50312192
ops/sec (±1.49%
)56799894
ops/sec (±0.57%
)1.13
Assert advanced object - compile
163443066
ops/sec (±0.17%
)Assert advanced object
171536225
ops/sec (±0.22%
)171920805
ops/sec (±0.20%
)1.00
Create and parse advanced object
94114
ops/sec (±0.10%
)95083
ops/sec (±0.21%
)1.01
Parse advanced strict object
23907583
ops/sec (±0.41%
)25471962
ops/sec (±0.17%
)1.07
Assert advanced strict object
27432691
ops/sec (±1.81%
)30460141
ops/sec (±0.20%
)1.11
Serialize advanced object
49275908
ops/sec (±1.02%
)74797850
ops/sec (±0.32%
)1.52
Serialize advanced object - compile
145358151
ops/sec (±6.33%
)This comment was automatically generated by workflow using github-action-benchmark.
edae1ca
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
.Parse string
172073127
ops/sec (±0.12%
)811431552
ops/sec (±0.15%
)4.72
Serialize string
172202171
ops/sec (±0.08%
)812781945
ops/sec (±0.05%
)4.72
Serialize advanced object
49275908
ops/sec (±1.02%
)74797850
ops/sec (±0.32%
)1.52
This comment was automatically generated by workflow using github-action-benchmark.