-
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.
Remove SerializeToJsonString operation
- Loading branch information
Showing
6 changed files
with
12 additions
and
29 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
0930dea
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
819785855
ops/sec (±0.17%
)818372259
ops/sec (±0.13%
)1.00
Serialize string
820011360
ops/sec (±0.06%
)819110535
ops/sec (±0.05%
)1.00
Advanced object schema factory
462866
ops/sec (±0.60%
)449156
ops/sec (±0.56%
)0.97
Parse advanced object
51413059
ops/sec (±1.44%
)45100200
ops/sec (±0.16%
)0.88
Create and parse advanced object
90718
ops/sec (±1.21%
)35041
ops/sec (±1.18%
)0.39
Parse advanced strict object
24367090
ops/sec (±0.23%
)22748126
ops/sec (±0.24%
)0.93
Serialize advanced object
76325957
ops/sec (±0.20%
)806595235
ops/sec (±0.11%
)10.57
This comment was automatically generated by workflow using github-action-benchmark.
0930dea
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
76325957
ops/sec (±0.20%
)806595235
ops/sec (±0.11%
)10.57
This comment was automatically generated by workflow using github-action-benchmark.