-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: check devhubs and non-scratch orgs and sandboxes
- Loading branch information
Showing
2 changed files
with
131 additions
and
48 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
57c0bae
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
522932
ops/sec (±0.60%
)463584
ops/sec (±4.42%
)0.89
Logging a string on root logger
724285
ops/sec (±11.48%
)496874
ops/sec (±10.83%
)0.69
Logging an object on root logger
528692
ops/sec (±10.64%
)375828
ops/sec (±14.46%
)0.71
Logging an object with a message on root logger
9933
ops/sec (±198.03%
)294578
ops/sec (±10.93%
)29.66
Logging an object with a redacted prop on root logger
428107
ops/sec (±12.61%
)9695
ops/sec (±190.37%
)0.022646207606976762
Logging a nested 3-level object on root logger
295503
ops/sec (±11.59%
)242444
ops/sec (±11.01%
)0.82
This comment was automatically generated by workflow using github-action-benchmark.
57c0bae
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
9933
ops/sec (±198.03%
)294578
ops/sec (±10.93%
)29.66
This comment was automatically generated by workflow using github-action-benchmark.
57c0bae
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
418010
ops/sec (±0.84%
)473416
ops/sec (±3.70%
)1.13
Logging a string on root logger
497549
ops/sec (±9.86%
)471884
ops/sec (±17.25%
)0.95
Logging an object on root logger
448049
ops/sec (±10.85%
)215316
ops/sec (±33.82%
)0.48
Logging an object with a message on root logger
257186
ops/sec (±18.59%
)129609
ops/sec (±37.43%
)0.50
Logging an object with a redacted prop on root logger
286271
ops/sec (±17.76%
)315326
ops/sec (±22.16%
)1.10
Logging a nested 3-level object on root logger
1439
ops/sec (±224.32%
)10741
ops/sec (±187.73%
)7.46
This comment was automatically generated by workflow using github-action-benchmark.
57c0bae
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
1439
ops/sec (±224.32%
)10741
ops/sec (±187.73%
)7.46
This comment was automatically generated by workflow using github-action-benchmark.