mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
bring that back
This commit is contained in:
parent
63864ce030
commit
24202c721c
1 changed files with 2 additions and 0 deletions
2
test.sh
2
test.sh
|
|
@ -6,6 +6,8 @@ docker container ls | grep redis-cache
|
||||||
docker container ls | grep redis-queue
|
docker container ls | grep redis-queue
|
||||||
docker container ls | grep redis-socketio
|
docker container ls | grep redis-socketio
|
||||||
|
|
||||||
|
cat <(./dbench start) &
|
||||||
|
|
||||||
while ! [[ $i == 20 ]]
|
while ! [[ $i == 20 ]]
|
||||||
do
|
do
|
||||||
output=$( curl "http://localhost:8000" )
|
output=$( curl "http://localhost:8000" )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue