From e6b4c6fdb11234468af08eef059397a67ba1eae9 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 7 Apr 2020 16:35:30 +0200 Subject: fix syntax after plot changes --- src/benchmarks/httpd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/benchmarks/httpd.py') diff --git a/src/benchmarks/httpd.py b/src/benchmarks/httpd.py index c46461f..18a9bf6 100644 --- a/src/benchmarks/httpd.py +++ b/src/benchmarks/httpd.py @@ -65,7 +65,7 @@ class BenchmarkHTTPD(Benchmark): fig_options={ 'xlabel': "threads", 'ylabel': "requests/s", - 'title': "{perm.site}: requests/s" + 'title': "{perm.site}: requests/s", 'autoticks': False, }, file_postfix="requests") -- cgit v1.2.3