We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d8c9a commit 6abdfc4Copy full SHA for 6abdfc4
.github/workflows/continuous-benchmarking-runtimes.yml
@@ -120,7 +120,7 @@ jobs:
120
timeout_minutes: 1440
121
max_attempts: 5
122
retry_wait_seconds: 60
123
- command: cd src && stellar -o latency-samples-aws -l debug -c ../continuous-benchmarking/experiments/cold-function-invocations/language-runtime-deployment-method/aws/cold-hello${{ matrix.runtime }}-zip-aws.json -db
+ command: cd src && ./stellar -o latency-samples-aws -l debug -c ../continuous-benchmarking/experiments/cold-function-invocations/language-runtime-deployment-method/aws/cold-hello${{ matrix.runtime }}-zip-aws.json -db
124
125
- uses: actions/upload-artifact@v3
126
with:
0 commit comments