-
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.
* Reproduce the problem * Improve parsing of unions with different types
- Loading branch information
Showing
9 changed files
with
782 additions
and
134 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
2 changes: 2 additions & 0 deletions
2
packages/tests/src/core/S_parseAnyAsyncInStepsWith_deprecatedTest.bs.mjs
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// Generated by ReScript, PLEASE EDIT WITH CARE | ||
/* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */ |
Oops, something went wrong.
6f4f4ca
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
818105965
ops/sec (±0.11%
)818372259
ops/sec (±0.13%
)1.00
Serialize string
817114429
ops/sec (±0.10%
)819110535
ops/sec (±0.05%
)1.00
Advanced object schema factory
467750
ops/sec (±0.20%
)449156
ops/sec (±0.56%
)0.96
Parse advanced object
56548716
ops/sec (±0.68%
)45100200
ops/sec (±0.16%
)0.80
Assert advanced object
173340104
ops/sec (±0.12%
)Create and parse advanced object
92120
ops/sec (±0.82%
)35041
ops/sec (±1.18%
)0.38
Parse advanced strict object
25331923
ops/sec (±0.27%
)22748126
ops/sec (±0.24%
)0.90
Assert advanced strict object
30493043
ops/sec (±1.27%
)Serialize advanced object
52269079
ops/sec (±1.31%
)806595235
ops/sec (±0.11%
)15.43
This comment was automatically generated by workflow using github-action-benchmark.
6f4f4ca
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
.Serialize advanced object
52269079
ops/sec (±1.31%
)806595235
ops/sec (±0.11%
)15.43
This comment was automatically generated by workflow using github-action-benchmark.