summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2017-03-20 13:44:17 +0200
committerMartin Peres <martin.peres@linux.intel.com>2017-10-04 17:48:28 +0300
commitd6fc93f5be67924dd6e3fb6293c4fcd970e859cb (patch)
tree35954b5469af659dd8aa074653aa7c394fdb7393
parent11224976b21524bcef3fcd2dbaa1069ce7233cf2 (diff)
smartezbench: fix the id of variance_min/max_run_count
-rw-r--r--python-modules/ezbench/smartezbench.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-modules/ezbench/smartezbench.py b/python-modules/ezbench/smartezbench.py
index 9f4e623..efe2973 100644
--- a/python-modules/ezbench/smartezbench.py
+++ b/python-modules/ezbench/smartezbench.py
@@ -203,8 +203,8 @@ class SmartEzbenchAttributes(Enum):
perf_min_change = 200
variance_max = 300
- variance_max_run_count = 201
- variance_min_run_count = 202
+ variance_max_run_count = 301
+ variance_min_run_count = 302
class SmartEzbench:
def __init__(self, ezbench_dir, report_name, readonly = False,