-
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.
refactor: parallel awaits, remove optional
- Loading branch information
Showing
1 changed file
with
8 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
1830bce
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
466013
ops/sec (±1.92%
)510994
ops/sec (±2.48%
)1.10
Logging a string on root logger
698015
ops/sec (±9.42%
)896263
ops/sec (±7.43%
)1.28
Logging an object on root logger
549253
ops/sec (±5.93%
)46001
ops/sec (±182.22%
)0.08375193216969229
Logging an object with a message on root logger
16987
ops/sec (±187.75%
)440955
ops/sec (±9.31%
)25.96
Logging an object with a redacted prop on root logger
391346
ops/sec (±16.04%
)514060
ops/sec (±7.93%
)1.31
Logging a nested 3-level object on root logger
357970
ops/sec (±7.43%
)22320
ops/sec (±185.80%
)0.062351593708970025
This comment was automatically generated by workflow using github-action-benchmark.
1830bce
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
16987
ops/sec (±187.75%
)440955
ops/sec (±9.31%
)25.96
This comment was automatically generated by workflow using github-action-benchmark.
1830bce
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
317059
ops/sec (±0.95%
)321623
ops/sec (±0.79%
)1.01
Logging a string on root logger
732860
ops/sec (±5.63%
)794560
ops/sec (±6.31%
)1.08
Logging an object on root logger
644953
ops/sec (±7.32%
)611766
ops/sec (±6.48%
)0.95
Logging an object with a message on root logger
9208
ops/sec (±190.13%
)3707
ops/sec (±215.43%
)0.40
Logging an object with a redacted prop on root logger
433535
ops/sec (±18.00%
)472310
ops/sec (±12.10%
)1.09
Logging a nested 3-level object on root logger
328572
ops/sec (±4.62%
)337069
ops/sec (±6.29%
)1.03
This comment was automatically generated by workflow using github-action-benchmark.