Skip to content

Commit 9c79872

Browse files
committed
at: increase samples to 5 in smoke test
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent bd56f63 commit 9c79872

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/AutoTuner/test/smoke_test_algo_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def setUp(self):
2727
f" --platform {self.platform}"
2828
f" --experiment {self.experiment}"
2929
f" --config {self.config}"
30-
f" tune --samples 1"
30+
f" tune --samples 5"
3131
f" --algorithm {a} --eval {e}"
3232
f" --reference {self.reference}"
3333
for a, e in self.matrix

tools/AutoTuner/test/smoke_test_tune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def setUp(self):
2323
f" --platform {self.platform}"
2424
f" --experiment {self.experiment}"
2525
f" --config {self.config}"
26-
f" tune --samples 1"
26+
f" tune --samples 5"
2727
)
2828

2929
def test_tune(self):

0 commit comments

Comments
 (0)