Skip to content

Commit

Permalink
fix benchmark target seastar httpd not using multiple cores
Browse files Browse the repository at this point in the history
  • Loading branch information
303248153 committed Jan 21, 2020
1 parent 13fe00c commit 5c92874
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion benchmarks/targets/seastar-httpd/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ BUILDDIR=../../../build/seastar-httpd-benchmark

cd ${BUILDDIR}

./httpd
./httpd \
--task-quota-ms=20 \
--smp=$(nproc) \
--reactor-backend=epoll

0 comments on commit 5c92874

Please sign in to comment.