-
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.
Add primitive async support for S.union
- Loading branch information
Showing
8 changed files
with
163 additions
and
166 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
2 changes: 0 additions & 2 deletions
2
packages/tests/src/core/S_parseAnyAsyncInStepsWith_deprecatedTest.bs.mjs
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
ec6fe04
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
819831313
ops/sec (±0.12%
)818372259
ops/sec (±0.13%
)1.00
Serialize string
819705108
ops/sec (±0.08%
)819110535
ops/sec (±0.05%
)1.00
Advanced object schema factory
468782
ops/sec (±0.12%
)449156
ops/sec (±0.56%
)0.96
Parse advanced object
56539664
ops/sec (±0.78%
)45100200
ops/sec (±0.16%
)0.80
Assert advanced object
173905544
ops/sec (±0.08%
)Create and parse advanced object
94035
ops/sec (±0.23%
)35041
ops/sec (±1.18%
)0.37
Parse advanced strict object
25417888
ops/sec (±0.29%
)22748126
ops/sec (±0.24%
)0.89
Assert advanced strict object
30664658
ops/sec (±0.56%
)Serialize advanced object
75744539
ops/sec (±0.24%
)806595235
ops/sec (±0.11%
)10.65
This comment was automatically generated by workflow using github-action-benchmark.
ec6fe04
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
75744539
ops/sec (±0.24%
)806595235
ops/sec (±0.11%
)10.65
This comment was automatically generated by workflow using github-action-benchmark.