diff --git a/test.sh b/test.sh index ff63eb7e..797e2978 100644 --- a/test.sh +++ b/test.sh @@ -6,6 +6,8 @@ docker container ls | grep redis-cache docker container ls | grep redis-queue docker container ls | grep redis-socketio +cat <(./dbench start) & + while ! [[ $i == 20 ]] do output=$( curl "http://localhost:8000" )