-
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.
- Loading branch information
Showing
2 changed files
with
21 additions
and
16 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
e90bfce
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
168709139
ops/sec (±0.31%
)811431552
ops/sec (±0.15%
)4.81
Reverse convert string
289731040
ops/sec (±0.33%
)Advanced object schema factory
476543
ops/sec (±0.80%
)472293
ops/sec (±0.54%
)0.99
Parse advanced object
51995665
ops/sec (±0.33%
)56799894
ops/sec (±0.57%
)1.09
Assert advanced object - compile
163884751
ops/sec (±0.33%
)Assert advanced object
166954882
ops/sec (±0.15%
)171920805
ops/sec (±0.20%
)1.03
Create and parse advanced object
92812
ops/sec (±0.28%
)95083
ops/sec (±0.21%
)1.02
Create and parse advanced object - with S.schema
102477
ops/sec (±0.21%
)Parse advanced strict object
24259680
ops/sec (±0.20%
)25471962
ops/sec (±0.17%
)1.05
Assert advanced strict object
28808151
ops/sec (±0.44%
)30460141
ops/sec (±0.20%
)1.06
Reverse convert advanced object
59779091
ops/sec (±0.37%
)Reverse convert advanced object - with S.schema
58050103
ops/sec (±0.20%
)Reverse convert advanced object - compile
805022952
ops/sec (±0.11%
)This comment was automatically generated by workflow using github-action-benchmark.
e90bfce
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
168709139
ops/sec (±0.31%
)811431552
ops/sec (±0.15%
)4.81
This comment was automatically generated by workflow using github-action-benchmark.