Skip to content

Commit

Permalink
test: get more data for 3 windows nut failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 5, 2023
1 parent 3f3b529 commit 96735d7
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 @@ -27,12 +27,12 @@ jobs:
# - 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-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-user
with:
packageName: '@salesforce/core'
externalProjectGitUrl: ${{ matrix.externalProjectGitUrl }}
Expand Down

3 comments on commit 96735d7

@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: 96735d7 Previous: 3f3b529 Ratio
Child logger creation 342001 ops/sec (±1.06%) 379811 ops/sec (±3.45%) 1.11
Logging a string on root logger 519943 ops/sec (±12.24%) 653571 ops/sec (±12.84%) 1.26
Logging an object on root logger 366349 ops/sec (±17.12%) 536895 ops/sec (±9.77%) 1.47
Logging an object with a message on root logger 265526 ops/sec (±8.93%) 14620 ops/sec (±186.37%) 0.05506052138020382
Logging an object with a redacted prop on root logger 10354 ops/sec (±189.65%) 440965 ops/sec (±10.32%) 42.59
Logging a nested 3-level object on root logger 261677 ops/sec (±10.71%) 290573 ops/sec (±10.60%) 1.11

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: 96735d7 Previous: 3f3b529 Ratio
Logging an object with a redacted prop on root logger 10354 ops/sec (±189.65%) 440965 ops/sec (±10.32%) 42.59

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: 96735d7 Previous: 3f3b529 Ratio
Child logger creation 233374 ops/sec (±7.63%) 238556 ops/sec (±0.97%) 1.02
Logging a string on root logger 415308 ops/sec (±12.09%) 462543 ops/sec (±13.82%) 1.11
Logging an object on root logger 295761 ops/sec (±24.87%) 308548 ops/sec (±21.01%) 1.04
Logging an object with a message on root logger 159125 ops/sec (±22.47%) 168364 ops/sec (±20.11%) 1.06
Logging an object with a redacted prop on root logger 198859 ops/sec (±20.87%) 196176 ops/sec (±19.12%) 0.99
Logging a nested 3-level object on root logger 128750 ops/sec (±24.38%) 101608 ops/sec (±25.06%) 0.79

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

Please sign in to comment.