From 8f4cb40cadf7d2666e806832b3ef2d44bef553b6 Mon Sep 17 00:00:00 2001 From: Peter Donovan Date: Sat, 9 Jul 2022 19:15:34 -0700 Subject: [PATCH] [benchmarks] Update workflow. --- .github/workflows/continuous-benchmark.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-benchmark.yml b/.github/workflows/continuous-benchmark.yml index 3148284d77..106998ad10 100644 --- a/.github/workflows/continuous-benchmark.yml +++ b/.github/workflows/continuous-benchmark.yml @@ -63,13 +63,16 @@ jobs: run: | python3 runner/run_benchmark.py -m continue_on_error=True iterations=12 benchmark="glob(*)" target=lf-c json=True + - name: Collect results + run: python3 runner/collect_results.py latest continuous_benchmarking_results.json + # Use continuous benchmark action to store result - name: Store Benchmark Result uses: benchmark-action/github-action-benchmark@v1 with: name: Lingua Franca C target Benchmark tool: customSmallerIsBetter - output-file-path: multirun/benchmark_result.json + output-file-path: continuous_benchmarking_results.json github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: true