-
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
11 changed files
with
367 additions
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
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
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.
eb3cc15
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
687922551
ops/sec (±2.07%
)706149725
ops/sec (±0.41%
)1.03
Serialize string
707464957
ops/sec (±0.12%
)693539015
ops/sec (±2.10%
)0.98
Advanced object struct factory
284697
ops/sec (±0.47%
)286556
ops/sec (±0.58%
)1.01
Parse advanced object
22530626
ops/sec (±0.17%
)22341504
ops/sec (±0.24%
)0.99
Create and parse advanced object
25199
ops/sec (±0.62%
)58042
ops/sec (±1.08%
)2.30
Parse advanced strict object
12008484
ops/sec (±0.62%
)13141235
ops/sec (±0.73%
)1.09
Serialize advanced object
687644746
ops/sec (±0.75%
)32617508
ops/sec (±0.33%
)0.0474336613341913
This comment was automatically generated by workflow using github-action-benchmark.
eb3cc15
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
.Create and parse advanced object
25199
ops/sec (±0.62%
)58042
ops/sec (±1.08%
)2.30
This comment was automatically generated by workflow using github-action-benchmark.