Skip to content

Commit

Permalink
Add threshold in benchmarking.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm authored Sep 25, 2024
1 parent ab46c55 commit 7c8c44f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,16 @@ jobs:
working-directory: ${{github.workspace}}/build
# Build your program with the given configuration
run: make --trace #cmake --build ${{github.workspace}}/build


- name: Set Up Threshold
run: bencher threshold create \
--branch '${{ github.head_ref }}' \
--testbed ubuntu-latest \
--measure Latency \
--test percentage \
--upper-boundary 0.0 \
nuTens

- name: Track PR Benchmarks with Bencher
working-directory: ${{github.workspace}}/build
run: |
Expand Down

0 comments on commit 7c8c44f

Please sign in to comment.