-
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.
Update async handling for Parse operations
- Loading branch information
Showing
7 changed files
with
54 additions
and
43 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
f7f9502
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
816102503
ops/sec (±0.10%
)818372259
ops/sec (±0.13%
)1.00
Serialize string
816705609
ops/sec (±0.07%
)819110535
ops/sec (±0.05%
)1.00
Advanced object schema factory
463381
ops/sec (±0.68%
)449156
ops/sec (±0.56%
)0.97
Parse advanced object
51291363
ops/sec (±0.41%
)45100200
ops/sec (±0.16%
)0.88
Create and parse advanced object
90485
ops/sec (±0.75%
)35041
ops/sec (±1.18%
)0.39
Parse advanced strict object
24233651
ops/sec (±0.30%
)22748126
ops/sec (±0.24%
)0.94
Serialize advanced object
75366017
ops/sec (±0.14%
)806595235
ops/sec (±0.11%
)10.70
This comment was automatically generated by workflow using github-action-benchmark.
f7f9502
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
75366017
ops/sec (±0.14%
)806595235
ops/sec (±0.11%
)10.70
This comment was automatically generated by workflow using github-action-benchmark.