aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/httpd.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-04-07 16:35:30 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-04-07 16:35:30 +0200
commite6b4c6fdb11234468af08eef059397a67ba1eae9 (patch)
tree061657a39a7381537548f2462cad3997685c84bb /src/benchmarks/httpd.py
parentfe26e05dfba7b6c4a3e28b2be6dc369426277790 (diff)
downloadallocbench-e6b4c6fdb11234468af08eef059397a67ba1eae9.tar.gz
allocbench-e6b4c6fdb11234468af08eef059397a67ba1eae9.zip
fix syntax after plot changes
Diffstat (limited to 'src/benchmarks/httpd.py')
-rw-r--r--src/benchmarks/httpd.py2
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")