Skip to content

Commit 182b5a9

Browse files
committed
cap threshold sample size at 1 for iai gate
Prevents the default percentage testing of comparing against an average over a window of historical main runs. For iai, the more specific the better, and averages after baselines increases would be too noisy.
1 parent 8610a86 commit 182b5a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ jobs:
198198
--adapter rust_iai_callgrind \
199199
--threshold-measure instructions \
200200
--threshold-test percentage \
201+
--threshold-max-sample-size 1 \
201202
--threshold-upper-boundary 0.01 \
202203
--ci-only-thresholds \
203204
--error-on-alert \

0 commit comments

Comments
 (0)