aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/httpd.py
diff options
context:
space:
mode:
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 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