Skip to content

Commit

Permalink
[benchmarks] Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Jul 10, 2022
1 parent a58fa78 commit 8f4cb40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8f4cb40

Please sign in to comment.