-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'sm/core-7-deprecations' of https://github.com/forcedotc…
…om/sfdx-core into sm/core-7-deprecations
- Loading branch information
Showing
7 changed files
with
310 additions
and
69 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
Oops, something went wrong.
c0c1283
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.
Logger Benchmarks - ubuntu-latest
Child logger creation
485623
ops/sec (±0.61%
)494230
ops/sec (±0.53%
)1.02
Logging a string on root logger
769435
ops/sec (±10.47%
)789451
ops/sec (±8.26%
)1.03
Logging an object on root logger
563173
ops/sec (±8.42%
)631796
ops/sec (±7.76%
)1.12
Logging an object with a message on root logger
9551
ops/sec (±202.34%
)6408
ops/sec (±212.55%
)0.67
Logging an object with a redacted prop on root logger
416321
ops/sec (±8.11%
)534718
ops/sec (±7.99%
)1.28
Logging a nested 3-level object on root logger
373322
ops/sec (±6.94%
)441250
ops/sec (±5.69%
)1.18
This comment was automatically generated by workflow using github-action-benchmark.
c0c1283
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.
Logger Benchmarks - windows-latest
Child logger creation
335590
ops/sec (±0.89%
)314216
ops/sec (±0.63%
)0.94
Logging a string on root logger
834347
ops/sec (±12.51%
)744861
ops/sec (±6.74%
)0.89
Logging an object on root logger
616900
ops/sec (±8.03%
)577009
ops/sec (±4.69%
)0.94
Logging an object with a message on root logger
4480
ops/sec (±213.09%
)9255
ops/sec (±198.42%
)2.07
Logging an object with a redacted prop on root logger
440628
ops/sec (±16.98%
)514069
ops/sec (±5.33%
)1.17
Logging a nested 3-level object on root logger
323994
ops/sec (±4.89%
)340272
ops/sec (±6.48%
)1.05
This comment was automatically generated by workflow using github-action-benchmark.
c0c1283
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 'Logger Benchmarks - windows-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.Logging an object with a message on root logger
4480
ops/sec (±213.09%
)9255
ops/sec (±198.42%
)2.07
This comment was automatically generated by workflow using github-action-benchmark.