Skip to content

Commit

Permalink
ci: no quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 29, 2023
1 parent 5686ba1 commit ffaf2cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/perfScaleNut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
timeout_minutes: 60
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
- run: |
yarn mocha \"test/nuts/scale/eda.nut.ts\ --timeout 500000
yarn mocha \"test/nuts/scale/lotsOfClasses.nut.ts\ --timeout 500000
yarn mocha \"test/nuts/scale/lotsOfClassesOneDir.nut.ts\ --timeout 500000
yarn mocha test/nuts/scale/eda.nut.ts --timeout 500000
yarn mocha test/nuts/scale/lotsOfClasses.nut.ts --timeout 500000
yarn mocha test/nuts/scale/lotsOfClassesOneDir.nut.ts --timeout 500000
# Run `github-action-benchmark` action
- name: Store benchmark result
Expand Down

2 comments on commit ffaf2cc

@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: ffaf2cc Previous: 8a91199 Ratio
eda-componentSetCreate-linux 387 ms 347 ms 1.12
eda-sourceToMdapi-linux 8900 ms 9453 ms 0.94
eda-sourceToZip-linux 6146 ms 6703 ms 0.92
eda-mdapiToSource-linux 6501 ms 5069 ms 1.28
lotsOfClasses-componentSetCreate-linux 795 ms 609 ms 1.31
lotsOfClasses-sourceToMdapi-linux 13286 ms 11224 ms 1.18
lotsOfClasses-sourceToZip-linux 8677 ms 8836 ms 0.98
lotsOfClasses-mdapiToSource-linux 6528 ms 4938 ms 1.32
lotsOfClassesOneDir-componentSetCreate-linux 1299 ms 951 ms 1.37
lotsOfClassesOneDir-sourceToMdapi-linux 19422 ms 15609 ms 1.24
lotsOfClassesOneDir-sourceToZip-linux 14630 ms 14835 ms 0.99
lotsOfClassesOneDir-mdapiToSource-linux 12615 ms 9984 ms 1.26

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

@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: ffaf2cc Previous: 9d24d82 Ratio
eda-componentSetCreate-win32 470 ms 8920 ms 0.052690582959641255
eda-sourceToMdapi-win32 8999 ms 17956 ms 0.50
eda-sourceToZip-win32 6904 ms 14906 ms 0.46
eda-mdapiToSource-win32 8206 ms 14398 ms 0.57
lotsOfClasses-componentSetCreate-win32 997 ms 83853 ms 0.011889854865061477
lotsOfClasses-sourceToMdapi-win32 15142 ms 96948 ms 0.16
lotsOfClasses-sourceToZip-win32 9595 ms 92351 ms 0.10
lotsOfClasses-mdapiToSource-win32 9647 ms 91697 ms 0.11
lotsOfClassesOneDir-componentSetCreate-win32 1796 ms 278916 ms 0.006439214673952014
lotsOfClassesOneDir-sourceToMdapi-win32 23118 ms 293641 ms 0.078728787873628
lotsOfClassesOneDir-sourceToZip-win32 16026 ms 285803 ms 0.056073589150568745
lotsOfClassesOneDir-mdapiToSource-win32 17970 ms 287577 ms 0.062487612013478126

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

Please sign in to comment.