-
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.
test(wip): mocks for lockfile, but also some TBD skips
- Loading branch information
Showing
2 changed files
with
14 additions
and
6 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
03a7b8e
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
409077
ops/sec (±1.13%
)531695
ops/sec (±0.47%
)1.30
Logging a string on root logger
378197
ops/sec (±8.75%
)481264
ops/sec (±10.13%
)1.27
Logging an object on root logger
318527
ops/sec (±10.60%
)316310
ops/sec (±16.73%
)0.99
Logging an object with a message on root logger
176330
ops/sec (±13.37%
)238840
ops/sec (±10.92%
)1.35
Logging an object with a redacted prop on root logger
210736
ops/sec (±28.47%
)238046
ops/sec (±22.54%
)1.13
Logging a nested 3-level object on root logger
153220
ops/sec (±17.35%
)2709
ops/sec (±222.97%
)0.017680459470043076
This comment was automatically generated by workflow using github-action-benchmark.
03a7b8e
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
425738
ops/sec (±1.10%
)518856
ops/sec (±0.88%
)1.22
Logging a string on root logger
481170
ops/sec (±19.53%
)567224
ops/sec (±11.54%
)1.18
Logging an object on root logger
274629
ops/sec (±23.66%
)390058
ops/sec (±16.60%
)1.42
Logging an object with a message on root logger
173008
ops/sec (±21.68%
)250251
ops/sec (±14.55%
)1.45
Logging an object with a redacted prop on root logger
137822
ops/sec (±24.85%
)285087
ops/sec (±21.90%
)2.07
Logging a nested 3-level object on root logger
109616
ops/sec (±24.35%
)2071
ops/sec (±220.55%
)0.018893227266092542
This comment was automatically generated by workflow using github-action-benchmark.
03a7b8e
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 redacted prop on root logger
137822
ops/sec (±24.85%
)285087
ops/sec (±21.90%
)2.07
This comment was automatically generated by workflow using github-action-benchmark.