Skip to content

Commit

Permalink
test: re-add user, org plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 6, 2023
1 parent a742e1f commit 4c1a87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
os: ['ubuntu-latest', 'windows-latest']
externalProjectGitUrl:
# - https://github.com/salesforcecli/plugin-auth
- https://github.com/salesforcecli/plugin-auth
# - https://github.com/salesforcecli/plugin-custom-metadata
# - https://github.com/salesforcecli/plugin-data
# - https://github.com/salesforcecli/plugin-env
Expand All @@ -32,7 +32,7 @@ jobs:
# - https://github.com/salesforcecli/plugin-settings
# - https://github.com/salesforcecli/plugin-signups
# - https://github.com/salesforcecli/plugin-templates
# - https://github.com/salesforcecli/plugin-user
- https://github.com/salesforcecli/plugin-user
with:
packageName: '@salesforce/core'
externalProjectGitUrl: ${{ matrix.externalProjectGitUrl }}
Expand Down

4 comments on commit 4c1a87d

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - ubuntu-latest

Benchmark suite Current: 4c1a87d Previous: 0b24b59 Ratio
Child logger creation 383756 ops/sec (±0.49%) 407391 ops/sec (±0.63%) 1.06
Logging a string on root logger 625358 ops/sec (±13.60%) 608666 ops/sec (±12.87%) 0.97
Logging an object on root logger 522460 ops/sec (±13.28%) 440134 ops/sec (±14.80%) 0.84
Logging an object with a message on root logger 17061 ops/sec (±184.73%) 289066 ops/sec (±11.45%) 16.94
Logging an object with a redacted prop on root logger 428665 ops/sec (±10.32%) 7927 ops/sec (±203.43%) 0.018492295848739692
Logging a nested 3-level object on root logger 278405 ops/sec (±11.03%) 248163 ops/sec (±14.22%) 0.89

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

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.

Benchmark suite Current: 4c1a87d Previous: 0b24b59 Ratio
Logging an object with a message on root logger 17061 ops/sec (±184.73%) 289066 ops/sec (±11.45%) 16.94

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - windows-latest

Benchmark suite Current: 4c1a87d Previous: 0b24b59 Ratio
Child logger creation 235866 ops/sec (±0.89%) 387318 ops/sec (±4.89%) 1.64
Logging a string on root logger 544131 ops/sec (±7.83%) 818760 ops/sec (±12.87%) 1.50
Logging an object on root logger 293868 ops/sec (±20.21%) 627075 ops/sec (±16.39%) 2.13
Logging an object with a message on root logger 145959 ops/sec (±23.51%) 5902 ops/sec (±211.06%) 0.040436012852924454
Logging an object with a redacted prop on root logger 234472 ops/sec (±19.27%) 535445 ops/sec (±15.54%) 2.28
Logging a nested 3-level object on root logger 138633 ops/sec (±22.52%) 349364 ops/sec (±12.44%) 2.52

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

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.

Benchmark suite Current: 4c1a87d Previous: 0b24b59 Ratio
Logging an object on root logger 293868 ops/sec (±20.21%) 627075 ops/sec (±16.39%) 2.13
Logging an object with a redacted prop on root logger 234472 ops/sec (±19.27%) 535445 ops/sec (±15.54%) 2.28
Logging a nested 3-level object on root logger 138633 ops/sec (±22.52%) 349364 ops/sec (±12.44%) 2.52

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.