aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-04-13 13:12:57 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-04-13 13:12:57 +0200
commitaccba82cf003785af31fd097ca96b0d06fc11d27 (patch)
treef3b33a457e79b5fd16450b65f775b14925957c23
parentaff8b99af9b1c5a098c47191c90debd060c46cd7 (diff)
downloadallocbench-accba82cf003785af31fd097ca96b0d06fc11d27.tar.gz
allocbench-accba82cf003785af31fd097ca96b0d06fc11d27.zip
adjust absurd concurrency
-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 e52dc16..6352217 100644
--- a/src/benchmarks/httpd.py
+++ b/src/benchmarks/httpd.py
@@ -20,7 +20,7 @@ class Benchmark_HTTPD(Benchmark):
self.name = "httpd"
self.descrition = """TODO"""
- self.args = {"nthreads": Benchmark.scale_threads_for_cpus(25)}
+ self.args = {"nthreads": Benchmark.scale_threads_for_cpus(2)}
self.cmd = "ab -n 10000 -c {nthreads} localhost:8080/index.html"
self.measure_cmd = ""
self.server_benchmark = True