diff --git a/.azure/azure-benchmark-pipeline.yaml b/.azure/azure-benchmark-pipeline.yaml index 350123e5..7eab2114 100644 --- a/.azure/azure-benchmark-pipeline.yaml +++ b/.azure/azure-benchmark-pipeline.yaml @@ -53,6 +53,7 @@ jobs: displayName: 'Install Dependencies' - script: | + set -e cd benchmark python3 primaite_benchmark.py cd ..