-
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: crdt patterns on sfdxConfig
- Loading branch information
Showing
1 changed file
with
95 additions
and
83 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
b3ba85b
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
511107
ops/sec (±0.47%
)550548
ops/sec (±0.54%
)1.08
Logging a string on root logger
611203
ops/sec (±19.33%
)620694
ops/sec (±9.50%
)1.02
Logging an object on root logger
475103
ops/sec (±11.47%
)409332
ops/sec (±10.85%
)0.86
Logging an object with a message on root logger
280502
ops/sec (±13.18%
)285993
ops/sec (±15.73%
)1.02
Logging an object with a redacted prop on root logger
5302
ops/sec (±216.93%
)8805
ops/sec (±200.83%
)1.66
Logging a nested 3-level object on root logger
288812
ops/sec (±13.58%
)260990
ops/sec (±16.37%
)0.90
This comment was automatically generated by workflow using github-action-benchmark.
b3ba85b
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
375503
ops/sec (±6.01%
)498393
ops/sec (±0.53%
)1.33
Logging a string on root logger
432820
ops/sec (±13.07%
)555831
ops/sec (±12.68%
)1.28
Logging an object on root logger
330996
ops/sec (±13.00%
)309338
ops/sec (±20.04%
)0.93
Logging an object with a message on root logger
219208
ops/sec (±13.44%
)157406
ops/sec (±21.40%
)0.72
Logging an object with a redacted prop on root logger
255181
ops/sec (±16.56%
)174440
ops/sec (±20.57%
)0.68
Logging a nested 3-level object on root logger
5103
ops/sec (±190.06%
)145018
ops/sec (±18.82%
)28.42
This comment was automatically generated by workflow using github-action-benchmark.
b3ba85b
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 a nested 3-level object on root logger
5103
ops/sec (±190.06%
)145018
ops/sec (±18.82%
)28.42
This comment was automatically generated by workflow using github-action-benchmark.