#2648 - updated benchmark run command

This commit is contained in:
Chris McCarthy
2024-06-25 17:23:04 +01:00
parent 824729276e
commit 55d69d6568

View File

@@ -49,8 +49,9 @@ steps:
displayName: 'Install Dependencies' displayName: 'Install Dependencies'
- script: | - script: |
mkdir -p benchmark/results/v$(MAJOR_VERSION)/v$(VERSION) cd benchmark
python benchmark.py --output benchmark/results/v$(MAJOR_VERSION)/v$(VERSION) python3 primaite_benchmark.py
cd ..
displayName: 'Run Benchmarking Script' displayName: 'Run Benchmarking Script'
- script: | - script: |