diff --git a/.github/workflows/test_benchmark_collection_models.yml b/.github/workflows/test_benchmark_collection_models.yml index 6526c1d69e..3e46af8992 100644 --- a/.github/workflows/test_benchmark_collection_models.yml +++ b/.github/workflows/test_benchmark_collection_models.yml @@ -69,7 +69,11 @@ jobs: run: | cd tests/benchmark-models && pytest --durations=10 - # upload results + # collect & upload results + - name: Aggregate results + run: | + cd tests/benchmark-models && python3 evaluate_benchmark.py + - uses: actions/upload-artifact@v4 with: name: computation-times-${{ matrix.python-version }}-${{ matrix.extract_subexpressions }}