-
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: shared fn for wrapping async errors
- Loading branch information
Showing
3 changed files
with
67 additions
and
49 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
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
1eb1fed
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
481131
ops/sec (±1.59%
)465358
ops/sec (±1.74%
)0.97
Logging a string on root logger
880180
ops/sec (±8.04%
)806121
ops/sec (±7.20%
)0.92
Logging an object on root logger
610459
ops/sec (±7.07%
)599039
ops/sec (±5.97%
)0.98
Logging an object with a message on root logger
1955
ops/sec (±275.75%
)3841
ops/sec (±224.27%
)1.96
Logging an object with a redacted prop on root logger
414398
ops/sec (±15.04%
)518366
ops/sec (±6.12%
)1.25
Logging a nested 3-level object on root logger
349268
ops/sec (±9.74%
)394311
ops/sec (±7.39%
)1.13
This comment was automatically generated by workflow using github-action-benchmark.
1eb1fed
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
325099
ops/sec (±1.04%
)328782
ops/sec (±1.56%
)1.01
Logging a string on root logger
787316
ops/sec (±5.52%
)849359
ops/sec (±8.05%
)1.08
Logging an object on root logger
573495
ops/sec (±6.61%
)632056
ops/sec (±10.71%
)1.10
Logging an object with a message on root logger
6088
ops/sec (±203.62%
)19203
ops/sec (±186.28%
)3.15
Logging an object with a redacted prop on root logger
447290
ops/sec (±10.80%
)518929
ops/sec (±7.35%
)1.16
Logging a nested 3-level object on root logger
337392
ops/sec (±5.02%
)18223
ops/sec (±185.33%
)0.054011357708540805
This comment was automatically generated by workflow using github-action-benchmark.
1eb1fed
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 message on root logger
6088
ops/sec (±203.62%
)19203
ops/sec (±186.28%
)3.15
This comment was automatically generated by workflow using github-action-benchmark.