From 606a28caf8dd6f87790e325bb5ac3546150e5b02 Mon Sep 17 00:00:00 2001 From: Tony Medhat Date: Sat, 7 Feb 2026 17:52:42 +0200 Subject: [PATCH] fix: adapt build workflow to work with new step_fit script --- .github/workflows/Build.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 413e6dac1..edd2c70cf 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -75,13 +75,15 @@ jobs: chmod +x ./candidate/.github/scripts/run_macrobenchmarks.sh ./candidate/.github/scripts/run_macrobenchmarks.sh "./baseline/app/build/outputs/apk/demo/benchmarkRelease/app-demo-benchmarkRelease.apk" "./candidate/app/build/outputs/apk/demo/benchmarkRelease/app-demo-benchmarkRelease.apk" - - name: Run step fit - run: python3 .github/scripts/step_fit.py - working-directory: ./candidate + - name: Compare macrobenchmark results + run: | + python3 ./candidate/.github/scripts/step_fit.py \ + "./macrobenchmark_results/baseline" \ + "./macrobenchmark_results/candidate" - name: Upload Artifacts if: always() uses: actions/upload-artifact@v4 with: name: benchmark-results - path: ./candidate/benchmarks/json_reports/ + path: ./macrobenchmark_results/