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 e6da635 commit 8db808aCopy full SHA for 8db808a
.github/workflows/continuous-benchmarking-runtimes.yml
@@ -337,7 +337,7 @@ jobs:
337
timeout_minutes: 1440
338
max_attempts: 5
339
retry_wait_seconds: 60
340
- command: cd src && ./stellar -o latency-samples-azure -l debug -c ../continuous-benchmarking/experiments/cold-function-invocations/language-runtime-deployment-method/azure/cold-hello${{matrix.runtime}}-zip-azure.json -db
+ command: cd src && ./stellar -o latency-samples-azure -l debug -c ../continuous-benchmarking/experiments/cold-function-invocations/language-runtime-deployment-method/azure/cold-hello${{matrix.runtime}}-zip-azure.json -db
341
342
- uses: actions/upload-artifact@v3
343
with:
0 commit comments