-
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.
ReScript 12 compatibility workaround (#93)
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 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
019cbce
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
809708404
ops/sec (±0.14%
)811431552
ops/sec (±0.15%
)1.00
Serialize string
811144255
ops/sec (±0.09%
)812781945
ops/sec (±0.05%
)1.00
Advanced object schema factory
451653
ops/sec (±1.01%
)472293
ops/sec (±0.54%
)1.05
Parse advanced object
55603357
ops/sec (±0.58%
)56799894
ops/sec (±0.57%
)1.02
Assert advanced object - compile
163460997
ops/sec (±0.14%
)Assert advanced object
171858126
ops/sec (±0.09%
)171920805
ops/sec (±0.20%
)1.00
Create and parse advanced object
93738
ops/sec (±0.58%
)95083
ops/sec (±0.21%
)1.01
Parse advanced strict object
25072487
ops/sec (±0.41%
)25471962
ops/sec (±0.17%
)1.02
Assert advanced strict object
30147115
ops/sec (±0.47%
)30460141
ops/sec (±0.20%
)1.01
Serialize advanced object
72628123
ops/sec (±0.32%
)74797850
ops/sec (±0.32%
)1.03
This comment was automatically generated by workflow using github-action-benchmark.