aboutsummaryrefslogtreecommitdiff
path: root/src/benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmark.py')
-rw-r--r--src/benchmark.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index fd99fc4..0df2bc3 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -533,7 +533,7 @@ class Benchmark:
###### Summary helpers ######
def plot_single_arg(self, yval, ylabel="'y-label'", xlabel="'x-label'",
autoticks=True, title="'default title'", filepostfix="",
- sumdir="", arg="", scale=None, file_ext="png"):
+ sumdir="", arg="", scale=None, file_ext=src.globalvars.summary_file_ext):
args = self.results["args"]
allocators = self.results["allocators"]
@@ -572,7 +572,7 @@ class Benchmark:
def barplot_single_arg(self, yval, ylabel="'y-label'", xlabel="'x-label'",
title="'default title'", filepostfix="", sumdir="",
- arg="", scale=None, file_ext="png", yerr=True):
+ arg="", scale=None, file_ext=src.globalvars.summary_file_ext, yerr=True):
args = self.results["args"]
allocators = self.results["allocators"]
@@ -621,7 +621,7 @@ class Benchmark:
def plot_fixed_arg(self, yval, ylabel="'y-label'", xlabel="loose_arg",
autoticks=True, title="'default title'", filepostfix="",
- sumdir="", fixed=[], file_ext="png", scale=None):
+ sumdir="", fixed=[], file_ext=src.globalvars.summary_file_ext, scale=None):
args = self.results["args"]
allocators = self.results["allocators"]