aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/httpd.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/httpd.py')
-rw-r--r--src/benchmarks/httpd.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/benchmarks/httpd.py b/src/benchmarks/httpd.py
index 2138834..8332f27 100644
--- a/src/benchmarks/httpd.py
+++ b/src/benchmarks/httpd.py
@@ -65,7 +65,7 @@ class BenchmarkHTTPD(Benchmark):
xlabel="threads",
ylabel="requests/s",
autoticks=False,
- filepostfix="requests",
+ file_postfix="requests",
title="{perm.site}: requests/s")
plt.plot_fixed_arg(self,
@@ -73,7 +73,7 @@ class BenchmarkHTTPD(Benchmark):
xlabel="threads",
ylabel="VmHWM in KB",
title="{perm.site}: nginx memory usage",
- filepostfix="httpd_vmhwm",
+ file_postfix="httpd_vmhwm",
autoticks=False)
plt.plot_fixed_arg(self,
@@ -81,7 +81,7 @@ class BenchmarkHTTPD(Benchmark):
xlabel="threads",
ylabel="VmHWM in KB",
title="{perm.site}: php-fpm memory usage",
- filepostfix="php-fpm_vmhwm",
+ file_postfix="php-fpm_vmhwm",
autoticks=False)