-
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: delete sandbox auth files before writing new one
- Loading branch information
Showing
2 changed files
with
143 additions
and
16 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
e88d780
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
483757
ops/sec (±1.97%
)490979
ops/sec (±0.96%
)1.01
Logging a string on root logger
862388
ops/sec (±8.58%
)814866
ops/sec (±7.57%
)0.94
Logging an object on root logger
45697
ops/sec (±182.21%
)665919
ops/sec (±6.61%
)14.57
Logging an object with a message on root logger
422703
ops/sec (±10.49%
)5229
ops/sec (±219.58%
)0.012370387719036771
Logging an object with a redacted prop on root logger
477395
ops/sec (±6.68%
)448096
ops/sec (±8.48%
)0.94
Logging a nested 3-level object on root logger
23495
ops/sec (±183.96%
)384930
ops/sec (±7.78%
)16.38
This comment was automatically generated by workflow using github-action-benchmark.
e88d780
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 on root logger
45697
ops/sec (±182.21%
)665919
ops/sec (±6.61%
)14.57
Logging a nested 3-level object on root logger
23495
ops/sec (±183.96%
)384930
ops/sec (±7.78%
)16.38
This comment was automatically generated by workflow using github-action-benchmark.
e88d780
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
327951
ops/sec (±0.61%
)349454
ops/sec (±0.53%
)1.07
Logging a string on root logger
783021
ops/sec (±7.34%
)863109
ops/sec (±8.30%
)1.10
Logging an object on root logger
621190
ops/sec (±5.55%
)596276
ops/sec (±20.41%
)0.96
Logging an object with a message on root logger
4536
ops/sec (±213.04%
)18920
ops/sec (±185.86%
)4.17
Logging an object with a redacted prop on root logger
403798
ops/sec (±15.83%
)477783
ops/sec (±6.57%
)1.18
Logging a nested 3-level object on root logger
324656
ops/sec (±4.70%
)311458
ops/sec (±4.72%
)0.96
This comment was automatically generated by workflow using github-action-benchmark.
e88d780
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
4536
ops/sec (±213.04%
)18920
ops/sec (±185.86%
)4.17
This comment was automatically generated by workflow using github-action-benchmark.