Skip to content

Commit

Permalink
ci: fatal log-level
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 29, 2023
1 parent cd59159 commit 8a91199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/perfScaleNut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
timeout_minutes: 60
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
- run: yarn test:nuts:scale
env:
SF_LOG_LEVEL: fatal

# Run `github-action-benchmark` action
- name: Store benchmark result
Expand Down

1 comment on commit 8a91199

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 8a91199 Previous: cd59159 Ratio
eda-componentSetCreate-linux 347 ms 332 ms 1.05
eda-sourceToMdapi-linux 9453 ms 8810 ms 1.07
eda-sourceToZip-linux 6703 ms 5115 ms 1.31
eda-mdapiToSource-linux 5069 ms 5526 ms 0.92
lotsOfClasses-componentSetCreate-linux 609 ms 644 ms 0.95
lotsOfClasses-sourceToMdapi-linux 11224 ms 12203 ms 0.92
lotsOfClasses-sourceToZip-linux 8836 ms 7657 ms 1.15
lotsOfClasses-mdapiToSource-linux 4938 ms 6274 ms 0.79
lotsOfClassesOneDir-componentSetCreate-linux 951 ms 1136 ms 0.84
lotsOfClassesOneDir-sourceToMdapi-linux 15609 ms 17669 ms 0.88
lotsOfClassesOneDir-sourceToZip-linux 14835 ms 13187 ms 1.12
lotsOfClassesOneDir-mdapiToSource-linux 9984 ms 10941 ms 0.91

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

Please sign in to comment.