From fdf1371bb0c1aa4432e33f91811068d2786ecda8 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 26 Aug 2019 17:25:20 +0200 Subject: add test name to runtime plot --- src/benchmarks/lld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/benchmarks/lld.py') 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() -- cgit v1.2.3