mirror of
https://github.com/logos-messaging/logos-messaging-test-query.git
synced 2026-01-07 00:13:07 +00:00
run_database_hammer.sh: comment out sleep command for intense queries
This commit is contained in:
parent
6c749ace92
commit
dccda4227c
@ -18,5 +18,5 @@ do
|
|||||||
echo "Before making query"
|
echo "Before making query"
|
||||||
psql -h postgres -p 5432 -U postgres -U postgres -w -c "${QUERY_LAST_FIVE_MINUTES}"
|
psql -h postgres -p 5432 -U postgres -U postgres -w -c "${QUERY_LAST_FIVE_MINUTES}"
|
||||||
|
|
||||||
sleep 10
|
#sleep 0.01
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user