Bench more connections

This commit is contained in:
Julian K. Arni 2016-05-13 17:38:14 +02:00
parent 6f129e331d
commit ddb47d7d5e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ servantEkgServer = do
benchApp :: IO Application -> IO ()
benchApp app = withApplication app $ \port ->
callCommand $ "wrk -c 2 -d 10s -s bench/wrk.lua -t 2 'http://localhost:" ++ show port ++ "'"
callCommand $ "wrk -c 30 -d 20s --latency -s bench/wrk.lua -t 2 'http://localhost:" ++ show port ++ "'"
main :: IO ()
main = do