-
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 remote-tracking branch 'origin/main' into cd/bump-jsforce
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 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
07f6d83
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
478348
ops/sec (±1.39%
)477448
ops/sec (±1.60%
)1.00
Logging a string on root logger
834814
ops/sec (±7.43%
)861771
ops/sec (±9.20%
)1.03
Logging an object on root logger
44327
ops/sec (±182.92%
)648557
ops/sec (±6.14%
)14.63
Logging an object with a message on root logger
447373
ops/sec (±8.26%
)13671
ops/sec (±188.90%
)0.030558393108211717
Logging an object with a redacted prop on root logger
509272
ops/sec (±6.34%
)526707
ops/sec (±9.21%
)1.03
Logging a nested 3-level object on root logger
17679
ops/sec (±187.26%
)22576
ops/sec (±185.31%
)1.28
This comment was automatically generated by workflow using github-action-benchmark.
07f6d83
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 on root logger
44327
ops/sec (±182.92%
)648557
ops/sec (±6.14%
)14.63
This comment was automatically generated by workflow using github-action-benchmark.
07f6d83
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
324316
ops/sec (±0.73%
)307575
ops/sec (±1.53%
)0.95
Logging a string on root logger
794039
ops/sec (±6.03%
)724299
ops/sec (±6.74%
)0.91
Logging an object on root logger
601114
ops/sec (±6.81%
)571246
ops/sec (±5.94%
)0.95
Logging an object with a message on root logger
5194
ops/sec (±209.95%
)8846
ops/sec (±191.32%
)1.70
Logging an object with a redacted prop on root logger
509405
ops/sec (±6.12%
)469364
ops/sec (±5.74%
)0.92
Logging a nested 3-level object on root logger
316290
ops/sec (±5.60%
)322796
ops/sec (±5.88%
)1.02
This comment was automatically generated by workflow using github-action-benchmark.