Skip to content

Commit 6abdfc4

Browse files
committed
bugfix: Update AWS Runtime Experiment run command
1 parent d9d8c9a commit 6abdfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-benchmarking-runtimes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
timeout_minutes: 1440
121121
max_attempts: 5
122122
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
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
124124

125125
- uses: actions/upload-artifact@v3
126126
with:

0 commit comments

Comments
 (0)