Skip to content

Commit

Permalink
[benchmarks] Rename a step; update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Jul 15, 2022
1 parent 5f89f93 commit f67442f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/continuous-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest #FIXME: change to self-hosted after russel is set up.

steps:
- name: Setup Python
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: lf-lang/benchmarks-lingua-franca
ref: cb # FIXME: delete this line after merge
ref: cb # FIXME: delete this line after `cb` is merged.

- name: Checkout Lingua Franca repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -63,7 +63,6 @@ jobs:
- name: Collect results
run: python3 runner/collect_results.py latest continuous-benchmarking-results-multi-threaded.json

# Use continuous benchmark action to store result
- name: Store Benchmark Result
uses: benchmark-action/github-action-benchmark@v1
with:
Expand All @@ -84,7 +83,6 @@ jobs:
- name: Collect results
run: python3 runner/collect_results.py latest continuous-benchmarking-results-single-threaded.json

# Use continuous benchmark action to store result
- name: Store Benchmark Result
uses: benchmark-action/github-action-benchmark@v1
with:
Expand All @@ -93,8 +91,6 @@ jobs:
output-file-path: continuous-benchmarking-results-single-threaded.json
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true

# Show alert with commit comment on detecting possible performance regression
alert-threshold: '200%' # FIXME: After russel is set up, lower the threshold and set alert/comment to true
comment-on-alert: true
fail-on-alert: false

0 comments on commit f67442f

Please sign in to comment.