aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/fd.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/fd.py')
-rw-r--r--src/benchmarks/fd.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/benchmarks/fd.py b/src/benchmarks/fd.py
index bede21a..0d5657d 100644
--- a/src/benchmarks/fd.py
+++ b/src/benchmarks/fd.py
@@ -69,16 +69,16 @@ class BenchmarkFd(Benchmark):
def summary(self):
plt.barplot_single_arg(self,
"{task-clock}",
- ylabel='"runtime in ms"',
- title='"fd runtime"',
+ ylabel="runtime in ms",
+ title="fd runtime",
filepostfix="runtime")
plt.export_stats_to_dataref(self, "task-clock")
plt.barplot_single_arg(self,
"{VmHWM}",
- ylabel='"VmHWM in KB"',
- title='"fd memusage"',
+ ylabel="VmHWM in KB",
+ title="fd memusage",
filepostfix="memusage")
plt.export_stats_to_dataref(self, "VmHWM")