Skip to content

Commit 0221564

Browse files
HanSur94claude
andcommitted
ci: ensure minimum 3 iterations for all benchmark sizes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 00f1ae4 commit 0221564

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/run_ci_benchmark.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ function run_ci_benchmark()
3838
elseif n <= 10e6
3939
N_DS = 10; N_RUNS = 5; N_INIT = 3;
4040
elseif n <= 100e6
41-
N_DS = 5; N_RUNS = 3; N_INIT = 2;
41+
N_DS = 5; N_RUNS = 3; N_INIT = 3;
4242
else
43-
N_DS = 2; N_RUNS = 3; N_INIT = 2;
43+
N_DS = 3; N_RUNS = 3; N_INIT = 3;
4444
end
4545

4646
fprintf(' Generating %s data points...\n', lbl);

0 commit comments

Comments
 (0)