Skip to content

Commit

Permalink
chore: skip windows tests for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Jun 2, 2024
1 parent 72f7d16 commit 91e7e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testExternalProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ on:
jobs:
external-test:
name: run tests
if: ${{ inputs.externalProjectGit == 'forcedotcom/salesforcedx-apex' || (inputs.externalProjectGit == 'forcedotcom/salesforcedx-templates' && inputs.os == 'ubuntu-latest') }}
runs-on: ${{ inputs.os }}
steps:
- name: Configure Git to handle long file paths on Windows
Expand Down

2 comments on commit 91e7e08

@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: 91e7e08 Previous: 72f7d16 Ratio
Child logger creation 485523 ops/sec (±0.45%) 481362 ops/sec (±1.39%) 0.99
Logging a string on root logger 838636 ops/sec (±6.33%) 843623 ops/sec (±7.60%) 1.01
Logging an object on root logger 618781 ops/sec (±7.53%) 632910 ops/sec (±7.06%) 1.02
Logging an object with a message on root logger 27610 ops/sec (±182.83%) 13135 ops/sec (±189.51%) 0.48
Logging an object with a redacted prop on root logger 524004 ops/sec (±8.30%) 489927 ops/sec (±7.59%) 0.93
Logging a nested 3-level object on root logger 17884 ops/sec (±187.00%) 22273 ops/sec (±184.68%) 1.25

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: 91e7e08 Previous: 72f7d16 Ratio
Child logger creation 317217 ops/sec (±0.88%) 341588 ops/sec (±0.73%) 1.08
Logging a string on root logger 733299 ops/sec (±7.32%) 833740 ops/sec (±7.38%) 1.14
Logging an object on root logger 570130 ops/sec (±6.18%) 636146 ops/sec (±7.20%) 1.12
Logging an object with a message on root logger 6712 ops/sec (±202.76%) 1687 ops/sec (±255.62%) 0.25
Logging an object with a redacted prop on root logger 449629 ops/sec (±8.87%) 461260 ops/sec (±7.61%) 1.03
Logging a nested 3-level object on root logger 331794 ops/sec (±5.11%) 317515 ops/sec (±6.05%) 0.96

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

Please sign in to comment.