-
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.
Js/Ts move operation to Schema methods
- Loading branch information
Showing
11 changed files
with
957 additions
and
1,103 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
Oops, something went wrong.
e61d4a8
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
818022668
ops/sec (±0.14%
)818372259
ops/sec (±0.13%
)1.00
Serialize string
819765526
ops/sec (±0.05%
)819110535
ops/sec (±0.05%
)1.00
Advanced object schema factory
453042
ops/sec (±0.51%
)449156
ops/sec (±0.56%
)0.99
Parse advanced object
51400513
ops/sec (±0.55%
)45100200
ops/sec (±0.16%
)0.88
Create and parse advanced object
91147
ops/sec (±0.86%
)35041
ops/sec (±1.18%
)0.38
Parse advanced strict object
24358408
ops/sec (±0.22%
)22748126
ops/sec (±0.24%
)0.93
Serialize advanced object
75874694
ops/sec (±0.32%
)806595235
ops/sec (±0.11%
)10.63
This comment was automatically generated by workflow using github-action-benchmark.
e61d4a8
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
75874694
ops/sec (±0.32%
)806595235
ops/sec (±0.11%
)10.63
This comment was automatically generated by workflow using github-action-benchmark.