aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-10-21 19:14:48 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-10-21 19:14:48 +0200
commitcfdb8fb9aa5c05bfcd763f6048c6f64edb61da58 (patch)
tree822f92e0877132a15f4dcd9ec3602df6518e7095
parent7a520f09cd6709840ef8f13d17503e8e1102a62d (diff)
downloadallocbench-cfdb8fb9aa5c05bfcd763f6048c6f64edb61da58.tar.gz
allocbench-cfdb8fb9aa5c05bfcd763f6048c6f64edb61da58.zip
fix y-label for fd plots
-rw-r--r--src/benchmarks/fd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/fd.py b/src/benchmarks/fd.py
index 21a987d..29cac09 100644
--- a/src/benchmarks/fd.py
+++ b/src/benchmarks/fd.py
@@ -67,7 +67,7 @@ class BenchmarkFd(Benchmark):
def summary(self):
self.barplot_single_arg("{task-clock}",
- ylabel='"runtime in s"',
+ ylabel='"runtime in ms"',
title='"fd runtime"',
filepostfix="runtime")