Skip to content

Commit

Permalink
at: increase samples to 5 in smoke test
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
  • Loading branch information
Vitor Bandeira committed Oct 10, 2024
1 parent bd56f63 commit 9c79872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/AutoTuner/test/smoke_test_algo_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def setUp(self):
f" --platform {self.platform}"
f" --experiment {self.experiment}"
f" --config {self.config}"
f" tune --samples 1"
f" tune --samples 5"
f" --algorithm {a} --eval {e}"
f" --reference {self.reference}"
for a, e in self.matrix
Expand Down
2 changes: 1 addition & 1 deletion tools/AutoTuner/test/smoke_test_tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def setUp(self):
f" --platform {self.platform}"
f" --experiment {self.experiment}"
f" --config {self.config}"
f" tune --samples 1"
f" tune --samples 5"
)

def test_tune(self):
Expand Down

0 comments on commit 9c79872

Please sign in to comment.