yesod/yesod-core/bench.sh
2011-11-25 15:11:15 +02:00

8 lines
238 B
Bash
Executable file

#!/bin/bash -ex
ghc --make bench/pong.hs
ghc --make bench/pong.hs -prof -osuf o_p -caf-all -auto-all -rtsopts
./bench/pong +RTS -p &
sleep 2
ab -n 1000 -c 5 http://localhost:3000/ 2>&1 | grep 'Time taken'
curl http://localhost:3000/kill