-
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.
fix: use PlatformCLI vs Platform CLI
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 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
b6e94da
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
476733
ops/sec (±1.70%
)475076
ops/sec (±2.53%
)1.00
Logging a string on root logger
862215
ops/sec (±6.69%
)832464
ops/sec (±12.59%
)0.97
Logging an object on root logger
611321
ops/sec (±6.01%
)42238
ops/sec (±183.65%
)0.06909299696885925
Logging an object with a message on root logger
3459
ops/sec (±223.88%
)387254
ops/sec (±16.35%
)111.96
Logging an object with a redacted prop on root logger
420286
ops/sec (±7.51%
)483451
ops/sec (±8.66%
)1.15
Logging a nested 3-level object on root logger
374799
ops/sec (±8.06%
)21835
ops/sec (±185.10%
)0.0582578928972596
This comment was automatically generated by workflow using github-action-benchmark.
b6e94da
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 - ubuntu-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
3459
ops/sec (±223.88%
)387254
ops/sec (±16.35%
)111.96
This comment was automatically generated by workflow using github-action-benchmark.
b6e94da
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
334510
ops/sec (±0.36%
)325778
ops/sec (±0.96%
)0.97
Logging a string on root logger
756195
ops/sec (±4.64%
)806261
ops/sec (±5.70%
)1.07
Logging an object on root logger
573962
ops/sec (±8.21%
)544642
ops/sec (±5.53%
)0.95
Logging an object with a message on root logger
8957
ops/sec (±198.87%
)7713
ops/sec (±191.34%
)0.86
Logging an object with a redacted prop on root logger
419463
ops/sec (±7.32%
)313268
ops/sec (±50.67%
)0.75
Logging a nested 3-level object on root logger
308076
ops/sec (±7.20%
)314213
ops/sec (±6.11%
)1.02
This comment was automatically generated by workflow using github-action-benchmark.