diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2023-03-20 12:39:20 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-03-29 04:43:40 +0000 |
commit | b41b0af609fce6fbe62b476f826a90bded9052ad (patch) | |
tree | a67b24867b9651df3d4c6ed71115f1322a294ec5 /extras/hs-test/resources | |
parent | 7c11156752abc32d3c1e7be4517a06aa7716d8d1 (diff) |
hs-test: containerize ab and wrk
Type: test
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: I66af84257fa0692d9be3445d49b52fb7ca810d27
Diffstat (limited to 'extras/hs-test/resources')
-rw-r--r-- | extras/hs-test/resources/nginx/vcl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/hs-test/resources/nginx/vcl.conf b/extras/hs-test/resources/nginx/vcl.conf index 737b8a87ea9..cfcd5d2e959 100644 --- a/extras/hs-test/resources/nginx/vcl.conf +++ b/extras/hs-test/resources/nginx/vcl.conf @@ -4,6 +4,7 @@ vcl { add-segment-size 4000000000 rx-fifo-size 4000000 tx-fifo-size 4000000 + event-queue-size 100000 use-mq-eventfd app-socket-api /tmp/nginx/var/run/app_ns_sockets/default |