Skip to content

Commit

Permalink
Fix typo and enlarge the threshold for KPI tests (#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungmanc authored May 25, 2023
1 parent 5dbc0a6 commit fe3f582
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/regression/regression_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def regression_pot_eval_testing(template, root, otx_dir, args, criteria=None, re
return regression_result


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


def regression_eval_time_testing(eval_time_criteria, e2e_eval_time, template, threshold=0.10):
def regression_eval_time_testing(eval_time_criteria, e2e_eval_time, template, threshold=0.30):
"""Measure evaluation time and comapre with test criteria.
Test criteria was set by previous measurement.
Expand Down

0 comments on commit fe3f582

Please sign in to comment.