aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-08-26 17:25:20 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-08-26 17:25:20 +0200
commitfdf1371bb0c1aa4432e33f91811068d2786ecda8 (patch)
tree6a1cd2f4e2fa2f9adbefb3a4cf2e7aa3785ae0e6
parentb52ae7c9d9e720037cd2eec18aefff89d90ac3e6 (diff)
downloadallocbench-fdf1371bb0c1aa4432e33f91811068d2786ecda8.tar.gz
allocbench-fdf1371bb0c1aa4432e33f91811068d2786ecda8.zip
add test name to runtime plot
-rw-r--r--src/benchmarks/lld.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/lld.py b/src/benchmarks/lld.py
index 62be467..9dad6cc 100644
--- a/src/benchmarks/lld.py
+++ b/src/benchmarks/lld.py
@@ -83,7 +83,7 @@ class BenchmarkLld(Benchmark):
plt.legend(loc="best")
plt.ylabel("Zeit in ms")
- plt.title("Gesamte Laufzeit")
+ plt.title(f"Gesamte Laufzeit {perm.test}")
plt.savefig(".".join([self.name, perm.test, "runtime", "png"]))
plt.clf()