Skip to content

Commit fe3f582

Browse files
authored
Fix typo and enlarge the threshold for KPI tests (#2198)
1 parent 5dbc0a6 commit fe3f582

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/regression/regression_command.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def regression_pot_eval_testing(template, root, otx_dir, args, criteria=None, re
266266
return regression_result
267267

268268

269-
def regression_train_time_testing(train_time_criteria, e2e_train_time, template, threshold=0.10):
269+
def regression_train_time_testing(train_time_criteria, e2e_train_time, template, threshold=0.30):
270270
"""Measure train+val time and comapre with test criteria.
271271
272272
Test criteria was set by previous measurement.
@@ -286,7 +286,7 @@ def regression_train_time_testing(train_time_criteria, e2e_train_time, template,
286286
return regression_result
287287

288288

289-
def regression_eval_time_testing(eval_time_criteria, e2e_eval_time, template, threshold=0.10):
289+
def regression_eval_time_testing(eval_time_criteria, e2e_eval_time, template, threshold=0.30):
290290
"""Measure evaluation time and comapre with test criteria.
291291
292292
Test criteria was set by previous measurement.

0 commit comments

Comments
 (0)