Skip to content

Commit c5ce3c2

Browse files
author
C.A.P. Linssen
committed
fix continuous benchmarking
1 parent bfcfcf2 commit c5ce3c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/continuous_benchmarking_pull_requests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
--branch-reset \
8282
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
8383
--testbed ubuntu-latest \
84+
--threshold-measure latency \
85+
--threshold-test percentage \
86+
--threshold-max-sample-size 64 \
87+
--threshold-upper-boundary 0.10 \
88+
--thresholds-reset \
8489
--adapter python_pytest \
8590
--file results.json \
8691
--err \

0 commit comments

Comments
 (0)