-
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.
- Loading branch information
1 parent
679d684
commit 7d3b34d
Showing
2 changed files
with
409 additions
and
402 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
Oops, something went wrong.
7d3b34d
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
481576
ops/sec (±1.21%
)486563
ops/sec (±0.50%
)1.01
Logging a string on root logger
797494
ops/sec (±7.89%
)892252
ops/sec (±8.87%
)1.12
Logging an object on root logger
651383
ops/sec (±9.14%
)40401
ops/sec (±183.64%
)0.062023417866293715
Logging an object with a message on root logger
3874
ops/sec (±228.29%
)429958
ops/sec (±6.47%
)110.99
Logging an object with a redacted prop on root logger
457527
ops/sec (±6.77%
)497036
ops/sec (±10.10%
)1.09
Logging a nested 3-level object on root logger
372729
ops/sec (±7.16%
)19918
ops/sec (±185.84%
)0.05343828894451465
This comment was automatically generated by workflow using github-action-benchmark.
7d3b34d
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
3874
ops/sec (±228.29%
)429958
ops/sec (±6.47%
)110.99
This comment was automatically generated by workflow using github-action-benchmark.
7d3b34d
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
337564
ops/sec (±0.42%
)327208
ops/sec (±3.00%
)0.97
Logging a string on root logger
803695
ops/sec (±7.30%
)804637
ops/sec (±7.07%
)1.00
Logging an object on root logger
614384
ops/sec (±7.12%
)574238
ops/sec (±8.88%
)0.93
Logging an object with a message on root logger
3880
ops/sec (±220.20%
)6330
ops/sec (±203.93%
)1.63
Logging an object with a redacted prop on root logger
453407
ops/sec (±12.37%
)439513
ops/sec (±7.21%
)0.97
Logging a nested 3-level object on root logger
342130
ops/sec (±5.39%
)317755
ops/sec (±6.04%
)0.93
This comment was automatically generated by workflow using github-action-benchmark.