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/