mirror of https://github.com/mastodon/flodgatt
Remove unnecessary delay from sample load test script
This commit is contained in:
parent
1dcddc23de
commit
6d118c8dba
|
@ -8,7 +8,6 @@ command -v websocat >/dev/null || { echo >&2 "Install websocat with `cargo insta
|
||||||
|
|
||||||
echo "Opening $number_of_ws WebSockets to $timeline"
|
echo "Opening $number_of_ws WebSockets to $timeline"
|
||||||
for i in $(seq 0 $number_of_ws); do
|
for i in $(seq 0 $number_of_ws); do
|
||||||
sleep 0.1
|
|
||||||
websocat wss://${instance}/api/v1/streaming/?stream=${timeline} --no-close > /dev/null &
|
websocat wss://${instance}/api/v1/streaming/?stream=${timeline} --no-close > /dev/null &
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue