aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/lld.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-10-30 10:46:38 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-10-30 10:46:38 +0100
commit37c3d391c812aff94754c6c80bec3e61982e00a1 (patch)
treea96872c7508ac2cf598a8f6796e2b764e279333f /src/benchmarks/lld.py
parenta0bac24b506d158f9ae09e0532a07546ead4d0ce (diff)
downloadallocbench-37c3d391c812aff94754c6c80bec3e61982e00a1.tar.gz
allocbench-37c3d391c812aff94754c6c80bec3e61982e00a1.zip
introduce a global summary file extension
Diffstat (limited to 'src/benchmarks/lld.py')
-rw-r--r--src/benchmarks/lld.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/benchmarks/lld.py b/src/benchmarks/lld.py
index df19ebf..1c30ce0 100644
--- a/src/benchmarks/lld.py
+++ b/src/benchmarks/lld.py
@@ -205,6 +205,7 @@ import matplotlib.pyplot as plt
from src.artifact import ArchiveArtifact
from src.benchmark import Benchmark
import src.facter
+from src.globalvars import summary_file_ext
class BenchmarkLld(Benchmark):
@@ -257,7 +258,7 @@ class BenchmarkLld(Benchmark):
plt.legend(loc="best")
plt.ylabel("Zeit in ms")
plt.title(f"Gesamte Laufzeit {perm.test}")
- plt.savefig(".".join([self.name, perm.test, "runtime", "png"]))
+ plt.savefig(".".join([self.name, perm.test, "runtime", summary_file_ext]))
plt.clf()
# TODO: get memusage