From accba82cf003785af31fd097ca96b0d06fc11d27 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 13 Apr 2019 13:12:57 +0200 Subject: adjust absurd concurrency --- src/benchmarks/httpd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/benchmarks') 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 -- cgit v1.2.3