#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'
- 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: |