diff --git a/.azure/azure-benchmark-pipeline.yaml b/.azure/azure-benchmark-pipeline.yaml index ac52ce2b..43140d7d 100644 --- a/.azure/azure-benchmark-pipeline.yaml +++ b/.azure/azure-benchmark-pipeline.yaml @@ -49,8 +49,9 @@ steps: displayName: 'Install Dependencies' - script: | - mkdir -p benchmark/results/v$(MAJOR_VERSION)/v$(VERSION) - python benchmark.py --output benchmark/results/v$(MAJOR_VERSION)/v$(VERSION) + cd benchmark + python3 primaite_benchmark.py + cd .. displayName: 'Run Benchmarking Script' - script: |