-
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
4 changed files
with
5 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -608,7 +608,7 @@ Besides the individual bundle size, the overall size of the library is also sign | |
|
||
At the same time **rescript-schema** is the fastest composable validation library in the entire JavaScript ecosystem. This is achieved because of the JIT approach when an ultra optimized validator is created using `eval`. | ||
|
||
| | rescript-schema@6.0.0 | [email protected] | [email protected] | | ||
| | rescript-schema@6.1.0 | [email protected] | [email protected] | | ||
| ----------------------------------------- | --------------------- | --------------- | -------------- | | ||
| **Total size** (minified + gzipped) | 9.67 kB | 13.4 kB | 6.73 kB | | ||
| **Example size** (minified + gzipped) | 5.53 kB | 12.8 kB | 965 B | | ||
|
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
bdcdbbe
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
816087158
ops/sec (±0.19%
)819610349
ops/sec (±0.10%
)1.00
Serialize string
816905122
ops/sec (±0.14%
)819846717
ops/sec (±0.06%
)1.00
Advanced object schema factory
448880
ops/sec (±0.46%
)447933
ops/sec (±1.47%
)1.00
Parse advanced object
47213675
ops/sec (±0.22%
)46531317
ops/sec (±1.53%
)0.99
Create and parse advanced object
33576
ops/sec (±0.70%
)33412
ops/sec (±1.40%
)1.00
Parse advanced strict object
22029613
ops/sec (±1.12%
)22330607
ops/sec (±0.65%
)1.01
Serialize advanced object
806764779
ops/sec (±0.12%
)808065693
ops/sec (±0.25%
)1.00
This comment was automatically generated by workflow using github-action-benchmark.