Skip to content

Commit

Permalink
test: full extNut suite
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 6, 2023
1 parent 4c1a87d commit 2d8191a
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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
uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@main
Expand All @@ -23,15 +23,15 @@ 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-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-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'
Expand Down

4 comments on commit 2d8191a

@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: 2d8191a Previous: 4c1a87d Ratio
Child logger creation 399835 ops/sec (±1.19%) 383756 ops/sec (±0.49%) 0.96
Logging a string on root logger 582644 ops/sec (±16.21%) 625358 ops/sec (±13.60%) 1.07
Logging an object on root logger 431770 ops/sec (±15.90%) 522460 ops/sec (±13.28%) 1.21
Logging an object with a message on root logger 294558 ops/sec (±14.11%) 17061 ops/sec (±184.73%) 0.05792068115617298
Logging an object with a redacted prop on root logger 8795 ops/sec (±204.52%) 428665 ops/sec (±10.32%) 48.74
Logging a nested 3-level object on root logger 211120 ops/sec (±44.32%) 278405 ops/sec (±11.03%) 1.32

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: 2d8191a Previous: 4c1a87d Ratio
Logging an object with a redacted prop on root logger 8795 ops/sec (±204.52%) 428665 ops/sec (±10.32%) 48.74

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: 2d8191a Previous: 4c1a87d Ratio
Child logger creation 290405 ops/sec (±2.86%) 235866 ops/sec (±0.89%) 0.81
Logging a string on root logger 601021 ops/sec (±11.92%) 544131 ops/sec (±7.83%) 0.91
Logging an object on root logger 447180 ops/sec (±18.63%) 293868 ops/sec (±20.21%) 0.66
Logging an object with a message on root logger 226644 ops/sec (±18.99%) 145959 ops/sec (±23.51%) 0.64
Logging an object with a redacted prop on root logger 15428 ops/sec (±186.03%) 234472 ops/sec (±19.27%) 15.20
Logging a nested 3-level object on root logger 214357 ops/sec (±14.44%) 138633 ops/sec (±22.52%) 0.65

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: 2d8191a Previous: 4c1a87d Ratio
Logging an object with a redacted prop on root logger 15428 ops/sec (±186.03%) 234472 ops/sec (±19.27%) 15.20

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

Please sign in to comment.