Skip to content

Commit

Permalink
test: how are the nuts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Oct 11, 2023
1 parent 03a7b8e commit e7e23bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
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
Expand Down

3 comments on commit e7e23bb

@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: e7e23bb Previous: 03a7b8e Ratio
Child logger creation 397406 ops/sec (±18.39%) 409077 ops/sec (±1.13%) 1.03
Logging a string on root logger 414236 ops/sec (±12.52%) 378197 ops/sec (±8.75%) 0.91
Logging an object on root logger 294898 ops/sec (±13.67%) 318527 ops/sec (±10.60%) 1.08
Logging an object with a message on root logger 163921 ops/sec (±18.79%) 176330 ops/sec (±13.37%) 1.08
Logging an object with a redacted prop on root logger 164027 ops/sec (±17.26%) 210736 ops/sec (±28.47%) 1.28
Logging a nested 3-level object on root logger 117715 ops/sec (±23.84%) 153220 ops/sec (±17.35%) 1.30

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: e7e23bb Previous: 03a7b8e Ratio
Child logger creation 415626 ops/sec (±1.26%) 425738 ops/sec (±1.10%) 1.02
Logging a string on root logger 452588 ops/sec (±16.61%) 481170 ops/sec (±19.53%) 1.06
Logging an object on root logger 358573 ops/sec (±16.15%) 274629 ops/sec (±23.66%) 0.77
Logging an object with a message on root logger 293219 ops/sec (±8.92%) 173008 ops/sec (±21.68%) 0.59
Logging an object with a redacted prop on root logger 291480 ops/sec (±18.57%) 137822 ops/sec (±24.85%) 0.47
Logging a nested 3-level object on root logger 2803 ops/sec (±206.79%) 109616 ops/sec (±24.35%) 39.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 - windows-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: e7e23bb Previous: 03a7b8e Ratio
Logging a nested 3-level object on root logger 2803 ops/sec (±206.79%) 109616 ops/sec (±24.35%) 39.11

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

Please sign in to comment.