Skip to content

Commit

Permalink
test: org with testkit for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 6, 2023
1 parent 17dd004 commit 0b24b59
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,34 @@ on:
workflow_dispatch:

jobs:
yarn-lockfile-check:
uses: salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main
# Since the Windows unit tests take much longer, we run the linux unit tests first and then run the windows unit tests in parallel with NUTs
linux-unit-tests:
needs: yarn-lockfile-check
uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
windows-unit-tests:
needs: linux-unit-tests
uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
# yarn-lockfile-check:
# uses: salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main
# # Since the Windows unit tests take much longer, we run the linux unit tests first and then run the windows unit tests in parallel with NUTs
# linux-unit-tests:
# needs: yarn-lockfile-check
# uses: salesforcecli/github-workflows/.github/workflows/unitTestsLinux.yml@main
# windows-unit-tests:
# needs: linux-unit-tests
# uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
nuts:
needs: linux-unit-tests
# needs: linux-unit-tests
uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@main
strategy:
fail-fast: false
matrix:
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-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-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

4 comments on commit 0b24b59

@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: 0b24b59 Previous: 17dd004 Ratio
Child logger creation 407391 ops/sec (±0.63%) 408344 ops/sec (±0.50%) 1.00
Logging a string on root logger 608666 ops/sec (±12.87%) 685371 ops/sec (±15.21%) 1.13
Logging an object on root logger 440134 ops/sec (±14.80%) 483898 ops/sec (±10.23%) 1.10
Logging an object with a message on root logger 289066 ops/sec (±11.45%) 294335 ops/sec (±16.32%) 1.02
Logging an object with a redacted prop on root logger 7927 ops/sec (±203.43%) 22182 ops/sec (±184.66%) 2.80
Logging a nested 3-level object on root logger 248163 ops/sec (±14.22%) 272767 ops/sec (±14.43%) 1.10

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: 0b24b59 Previous: 17dd004 Ratio
Logging an object with a redacted prop on root logger 7927 ops/sec (±203.43%) 22182 ops/sec (±184.66%) 2.80

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: 0b24b59 Previous: 17dd004 Ratio
Child logger creation 387318 ops/sec (±4.89%) 196430 ops/sec (±8.86%) 0.51
Logging a string on root logger 818760 ops/sec (±12.87%) 416473 ops/sec (±10.47%) 0.51
Logging an object on root logger 627075 ops/sec (±16.39%) 273834 ops/sec (±20.12%) 0.44
Logging an object with a message on root logger 5902 ops/sec (±211.06%) 165226 ops/sec (±21.31%) 27.99
Logging an object with a redacted prop on root logger 535445 ops/sec (±15.54%) 223425 ops/sec (±25.77%) 0.42
Logging a nested 3-level object on root logger 349364 ops/sec (±12.44%) 117942 ops/sec (±24.76%) 0.34

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: 0b24b59 Previous: 17dd004 Ratio
Logging an object with a message on root logger 5902 ops/sec (±211.06%) 165226 ops/sec (±21.31%) 27.99

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

Please sign in to comment.