-
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.
Fix tuple parsing nested in an object schema
- Loading branch information
Showing
9 changed files
with
113 additions
and
54 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
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
64b5b1d
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
168056161
ops/sec (±0.36%
)811431552
ops/sec (±0.15%
)4.83
Reverse convert string
290645994
ops/sec (±0.14%
)Advanced object schema factory
452448
ops/sec (±0.83%
)472293
ops/sec (±0.54%
)1.04
Parse advanced object
52063556
ops/sec (±0.23%
)56799894
ops/sec (±0.57%
)1.09
Assert advanced object - compile
163767903
ops/sec (±0.18%
)Assert advanced object
166007071
ops/sec (±0.28%
)171920805
ops/sec (±0.20%
)1.04
Create and parse advanced object
92618
ops/sec (±0.52%
)95083
ops/sec (±0.21%
)1.03
Create and parse advanced object - with S.schema
101230
ops/sec (±0.35%
)Parse advanced strict object
24356520
ops/sec (±0.15%
)25471962
ops/sec (±0.17%
)1.05
Assert advanced strict object
28792865
ops/sec (±0.24%
)30460141
ops/sec (±0.20%
)1.06
Reverse convert advanced object
60146396
ops/sec (±0.23%
)Reverse convert advanced object - with S.schema
57830460
ops/sec (±0.37%
)Reverse convert advanced object - compile
438724562
ops/sec (±22.20%
)This comment was automatically generated by workflow using github-action-benchmark.
64b5b1d
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
.Parse string
168056161
ops/sec (±0.36%
)811431552
ops/sec (±0.15%
)4.83
This comment was automatically generated by workflow using github-action-benchmark.