-
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: structured clone of transferred listeners
- Loading branch information
Showing
1 changed file
with
12 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
472ae80
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
481148
ops/sec (±0.95%
)465974
ops/sec (±1.80%
)0.97
Logging a string on root logger
829596
ops/sec (±6.24%
)774476
ops/sec (±11.99%
)0.93
Logging an object on root logger
588018
ops/sec (±7.41%
)568889
ops/sec (±8.05%
)0.97
Logging an object with a message on root logger
6081
ops/sec (±211.48%
)7208
ops/sec (±204.90%
)1.19
Logging an object with a redacted prop on root logger
427055
ops/sec (±11.28%
)384994
ops/sec (±12.95%
)0.90
Logging a nested 3-level object on root logger
362855
ops/sec (±8.03%
)374888
ops/sec (±6.98%
)1.03
This comment was automatically generated by workflow using github-action-benchmark.
472ae80
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
329736
ops/sec (±0.72%
)328651
ops/sec (±1.10%
)1.00
Logging a string on root logger
802178
ops/sec (±4.92%
)867117
ops/sec (±4.46%
)1.08
Logging an object on root logger
578979
ops/sec (±5.94%
)575272
ops/sec (±5.87%
)0.99
Logging an object with a message on root logger
5015
ops/sec (±207.58%
)3522
ops/sec (±220.49%
)0.70
Logging an object with a redacted prop on root logger
454361
ops/sec (±15.05%
)462524
ops/sec (±6.80%
)1.02
Logging a nested 3-level object on root logger
317849
ops/sec (±5.54%
)323712
ops/sec (±4.96%
)1.02
This comment was automatically generated by workflow using github-action-benchmark.