diff options
Diffstat (limited to 'src/benchmarks/httpd.py')
| -rw-r--r-- | src/benchmarks/httpd.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
