-
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.
fix: wait to read until file is unlocked
- Loading branch information
1 parent
7e2a426
commit 9726388
Showing
2 changed files
with
59 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
9726388
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
465107
ops/sec (±0.82%
)478348
ops/sec (±1.39%
)1.03
Logging a string on root logger
754517
ops/sec (±9.83%
)834814
ops/sec (±7.43%
)1.11
Logging an object on root logger
591425
ops/sec (±5.68%
)44327
ops/sec (±182.92%
)0.07494948640994209
Logging an object with a message on root logger
9619
ops/sec (±200.06%
)447373
ops/sec (±8.26%
)46.51
Logging an object with a redacted prop on root logger
412469
ops/sec (±12.98%
)509272
ops/sec (±6.34%
)1.23
Logging a nested 3-level object on root logger
344626
ops/sec (±8.07%
)17679
ops/sec (±187.26%
)0.05129908944769112
This comment was automatically generated by workflow using github-action-benchmark.
9726388
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
9619
ops/sec (±200.06%
)447373
ops/sec (±8.26%
)46.51
This comment was automatically generated by workflow using github-action-benchmark.
9726388
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
328485
ops/sec (±0.90%
)324316
ops/sec (±0.73%
)0.99
Logging a string on root logger
809671
ops/sec (±5.02%
)794039
ops/sec (±6.03%
)0.98
Logging an object on root logger
608030
ops/sec (±9.13%
)601114
ops/sec (±6.81%
)0.99
Logging an object with a message on root logger
2682
ops/sec (±228.87%
)5194
ops/sec (±209.95%
)1.94
Logging an object with a redacted prop on root logger
411356
ops/sec (±27.27%
)509405
ops/sec (±6.12%
)1.24
Logging a nested 3-level object on root logger
331454
ops/sec (±4.14%
)316290
ops/sec (±5.60%
)0.95
This comment was automatically generated by workflow using github-action-benchmark.