-
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.
ppx: Investigate variants with payload
- Loading branch information
Showing
3 changed files
with
30 additions
and
13 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
875116d
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
585898635
ops/sec (±0.98%
)706149725
ops/sec (±0.41%
)1.21
Serialize string
591412957
ops/sec (±0.07%
)693539015
ops/sec (±2.10%
)1.17
Advanced object struct factory
282148
ops/sec (±0.51%
)286556
ops/sec (±0.58%
)1.02
Parse advanced object
31712558
ops/sec (±0.26%
)22341504
ops/sec (±0.24%
)0.70
Create and parse advanced object
24672
ops/sec (±0.63%
)58042
ops/sec (±1.08%
)2.35
Parse advanced strict object
15226826
ops/sec (±0.18%
)13141235
ops/sec (±0.73%
)0.86
Serialize advanced object
578190698
ops/sec (±0.10%
)32617508
ops/sec (±0.33%
)0.056413062529068914
This comment was automatically generated by workflow using github-action-benchmark.
875116d
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
.Create and parse advanced object
24672
ops/sec (±0.63%
)58042
ops/sec (±1.08%
)2.35
This comment was automatically generated by workflow using github-action-benchmark.