Skip to content

Commit 7c8c44f

Browse files
authored
Add threshold in benchmarking.yaml
1 parent ab46c55 commit 7c8c44f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,16 @@ jobs:
6060
working-directory: ${{github.workspace}}/build
6161
# Build your program with the given configuration
6262
run: make --trace #cmake --build ${{github.workspace}}/build
63-
63+
64+
- name: Set Up Threshold
65+
run: bencher threshold create \
66+
--branch '${{ github.head_ref }}' \
67+
--testbed ubuntu-latest \
68+
--measure Latency \
69+
--test percentage \
70+
--upper-boundary 0.0 \
71+
nuTens
72+
6473
- name: Track PR Benchmarks with Bencher
6574
working-directory: ${{github.workspace}}/build
6675
run: |

0 commit comments

Comments
 (0)