-
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
Showing
2 changed files
with
11 additions
and
9 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
3c9c73d
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
480719
ops/sec (±0.45%
)296910
ops/sec (±11.44%
)0.62
Logging a string on root logger
796183
ops/sec (±7.84%
)554513
ops/sec (±8.82%
)0.70
Logging an object on root logger
641942
ops/sec (±7.51%
)391193
ops/sec (±14.82%
)0.61
Logging an object with a message on root logger
6007
ops/sec (±212.70%
)263703
ops/sec (±14.40%
)43.90
Logging an object with a redacted prop on root logger
455906
ops/sec (±7.35%
)276074
ops/sec (±16.37%
)0.61
Logging a nested 3-level object on root logger
389850
ops/sec (±7.23%
)1139
ops/sec (±276.37%
)0.0029216365268693086
This comment was automatically generated by workflow using github-action-benchmark.
3c9c73d
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
6007
ops/sec (±212.70%
)263703
ops/sec (±14.40%
)43.90
This comment was automatically generated by workflow using github-action-benchmark.
3c9c73d
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
349164
ops/sec (±0.33%
)313520
ops/sec (±0.80%
)0.90
Logging a string on root logger
841907
ops/sec (±9.94%
)712419
ops/sec (±5.79%
)0.85
Logging an object on root logger
495433
ops/sec (±7.89%
)576034
ops/sec (±9.04%
)1.16
Logging an object with a message on root logger
13296
ops/sec (±187.05%
)11843
ops/sec (±189.20%
)0.89
Logging an object with a redacted prop on root logger
397143
ops/sec (±9.03%
)455969
ops/sec (±6.60%
)1.15
Logging a nested 3-level object on root logger
293738
ops/sec (±5.51%
)321664
ops/sec (±6.18%
)1.10
This comment was automatically generated by workflow using github-action-benchmark.