summaryrefslogtreecommitdiff
path: root/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'report.py')
-rwxr-xr-xreport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/report.py b/report.py
index 2d13a30..5620854 100755
--- a/report.py
+++ b/report.py
@@ -8,7 +8,7 @@ from scipy import stats
import numpy as np
def higher_is_better(m):
- return m == "threads"
+ return m in ["threads", "waves", "maxwaves"]
def get_results(filename, args):
file = open(filename, "r")