Skip to content

Commit

Permalink
test: 1 external nut
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 3, 2023
1 parent 70be1d0 commit aab1552
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
os: ['ubuntu-latest', 'windows-latest']
externalProjectGitUrl:
- 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
- https://github.com/salesforcecli/plugin-limits
- https://github.com/salesforcecli/plugin-org
- https://github.com/salesforcecli/plugin-schema
- 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-custom-metadata
# - https://github.com/salesforcecli/plugin-data
# - https://github.com/salesforcecli/plugin-env
# - https://github.com/salesforcecli/plugin-limits
# - https://github.com/salesforcecli/plugin-org
# - https://github.com/salesforcecli/plugin-schema
# - https://github.com/salesforcecli/plugin-settings
# - https://github.com/salesforcecli/plugin-signups
# - https://github.com/salesforcecli/plugin-templates
# - https://github.com/salesforcecli/plugin-user
with:
packageName: '@salesforce/core'
externalProjectGitUrl: ${{ matrix.externalProjectGitUrl }}
Expand Down

2 comments on commit aab1552

@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: aab1552 Previous: 52ddabd Ratio
Child logger creation 400433 ops/sec (±0.53%) 14854 ops/sec (±1.04%) 0.03709484483047101
Logging a string on root logger 639050 ops/sec (±10.33%) 72542 ops/sec (±0.60%) 0.11
Logging an object on root logger 551755 ops/sec (±8.58%) 62002 ops/sec (±0.14%) 0.11
Logging an object with a message on root logger 15218 ops/sec (±186.20%) 29413 ops/sec (±0.41%) 1.93
Logging an object with a redacted prop on root logger 427935 ops/sec (±16.60%) 54784 ops/sec (±0.29%) 0.13
Logging a nested 3-level object on root logger 312461 ops/sec (±11.95%) 50384 ops/sec (±0.15%) 0.16

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: aab1552 Previous: 52ddabd Ratio
Child logger creation 318681 ops/sec (±0.46%) 5273 ops/sec (±1.11%) 0.016546326891154477
Logging a string on root logger 606449 ops/sec (±14.96%) 61395 ops/sec (±0.26%) 0.10
Logging an object on root logger 320808 ops/sec (±19.80%) 51821 ops/sec (±0.36%) 0.16
Logging an object with a message on root logger 131826 ops/sec (±20.97%) 23915 ops/sec (±2.03%) 0.18
Logging an object with a redacted prop on root logger 220252 ops/sec (±23.50%) 47496 ops/sec (±0.30%) 0.22
Logging a nested 3-level object on root logger 145303 ops/sec (±16.78%) 43575 ops/sec (±0.38%) 0.30

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

Please sign in to comment.