-
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.
* S.compile * Finish S.compile implementation
- Loading branch information
Showing
10 changed files
with
375 additions
and
178 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
Oops, something went wrong.
2ea9c45
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
809705308
ops/sec (±0.15%
)811431552
ops/sec (±0.15%
)1.00
Serialize string
810383784
ops/sec (±0.23%
)812781945
ops/sec (±0.05%
)1.00
Advanced object schema factory
459236
ops/sec (±1.04%
)472293
ops/sec (±0.54%
)1.03
Parse advanced object
55739506
ops/sec (±0.25%
)56799894
ops/sec (±0.57%
)1.02
Assert advanced object - compile
163509880
ops/sec (±0.14%
)Assert advanced object
171869112
ops/sec (±0.15%
)171920805
ops/sec (±0.20%
)1.00
Create and parse advanced object
94623
ops/sec (±0.22%
)95083
ops/sec (±0.21%
)1.00
Parse advanced strict object
25281326
ops/sec (±0.32%
)25471962
ops/sec (±0.17%
)1.01
Assert advanced strict object
30124643
ops/sec (±0.55%
)30460141
ops/sec (±0.20%
)1.01
Serialize advanced object
71875086
ops/sec (±0.28%
)74797850
ops/sec (±0.32%
)1.04
This comment was automatically generated by workflow using github-action-benchmark.