diff options
| -rw-r--r-- | src/benchmark.py | 8 | ||||
| -rw-r--r-- | src/common_targets.py (renamed from common_targets.py) | 0 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/benchmark.py b/src/benchmark.py index f6e7d70..0f5dbdb 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -325,9 +325,7 @@ class Benchmark (object): row_arg = [arg for arg in args if arg != header_arg][0] headers = args[header_arg] - print(header_arg, len(headers)) rows = args[row_arg] - print(row_arg, len(rows)) cell_text = [] for av in rows: @@ -340,16 +338,10 @@ class Benchmark (object): for m in self.results[target][perm]: d.append(eval(evaluation.format(**m))) mean = np.mean(d) - if target == "glibc": - print(perm) - print(np.std(d)/mean, "%") - if perm.maxsize==64 and perm.nthreads==2: - print(target, mean) if not best_val: best = [target] best_val = mean elif (sort == ">" and mean > best_val) or (sort == "<" and mean < best_val): - best = [target] best_val = mean elif mean == best_val: diff --git a/common_targets.py b/src/common_targets.py index 277c3bf..277c3bf 100644 --- a/common_targets.py +++ b/src/common_targets.py |
