-
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: revert #980 in favor of a jsforce solution
- Loading branch information
Showing
2 changed files
with
2 additions
and
20 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
ac78de4
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
493333
ops/sec (±0.58%
)291961
ops/sec (±3.13%
)0.59
Logging a string on root logger
844131
ops/sec (±7.88%
)506516
ops/sec (±8.59%
)0.60
Logging an object on root logger
660597
ops/sec (±9.13%
)364444
ops/sec (±9.71%
)0.55
Logging an object with a message on root logger
28874
ops/sec (±182.97%
)260472
ops/sec (±10.15%
)9.02
Logging an object with a redacted prop on root logger
538971
ops/sec (±10.35%
)278929
ops/sec (±14.80%
)0.52
Logging a nested 3-level object on root logger
21429
ops/sec (±185.31%
)3068
ops/sec (±211.43%
)0.14
This comment was automatically generated by workflow using github-action-benchmark.
ac78de4
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
28874
ops/sec (±182.97%
)260472
ops/sec (±10.15%
)9.02
This comment was automatically generated by workflow using github-action-benchmark.
ac78de4
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
342487
ops/sec (±0.59%
)342538
ops/sec (±0.75%
)1.00
Logging a string on root logger
780924
ops/sec (±8.47%
)922875
ops/sec (±6.73%
)1.18
Logging an object on root logger
593347
ops/sec (±5.22%
)35643
ops/sec (±184.54%
)0.06007108825021446
Logging an object with a message on root logger
8579
ops/sec (±200.16%
)384860
ops/sec (±5.73%
)44.86
Logging an object with a redacted prop on root logger
449208
ops/sec (±6.93%
)480393
ops/sec (±5.87%
)1.07
Logging a nested 3-level object on root logger
336063
ops/sec (±5.57%
)22063
ops/sec (±183.35%
)0.06565138084228254
This comment was automatically generated by workflow using github-action-benchmark.
ac78de4
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
8579
ops/sec (±200.16%
)384860
ops/sec (±5.73%
)44.86
This comment was automatically generated by workflow using github-action-benchmark.