-
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: better typing for makeSecureBuffer
- Loading branch information
Showing
1 changed file
with
12 additions
and
8 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
7b9d593
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
490979
ops/sec (±0.96%
)488730
ops/sec (±0.92%
)1.00
Logging a string on root logger
814866
ops/sec (±7.57%
)820383
ops/sec (±8.80%
)1.01
Logging an object on root logger
665919
ops/sec (±6.61%
)654174
ops/sec (±7.97%
)0.98
Logging an object with a message on root logger
5229
ops/sec (±219.58%
)5736
ops/sec (±211.22%
)1.10
Logging an object with a redacted prop on root logger
448096
ops/sec (±8.48%
)461732
ops/sec (±8.97%
)1.03
Logging a nested 3-level object on root logger
384930
ops/sec (±7.78%
)376128
ops/sec (±7.91%
)0.98
This comment was automatically generated by workflow using github-action-benchmark.
7b9d593
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
349454
ops/sec (±0.53%
)328142
ops/sec (±0.72%
)0.94
Logging a string on root logger
863109
ops/sec (±8.30%
)758472
ops/sec (±8.33%
)0.88
Logging an object on root logger
596276
ops/sec (±20.41%
)567257
ops/sec (±7.70%
)0.95
Logging an object with a message on root logger
18920
ops/sec (±185.86%
)13352
ops/sec (±188.32%
)0.71
Logging an object with a redacted prop on root logger
477783
ops/sec (±6.57%
)452237
ops/sec (±7.07%
)0.95
Logging a nested 3-level object on root logger
311458
ops/sec (±4.72%
)334072
ops/sec (±4.95%
)1.07
This comment was automatically generated by workflow using github-action-benchmark.