removed old file

This commit is contained in:
Tom Ekshtein 2023-07-24 11:20:59 -07:00
parent 0e5db6fc27
commit 7fd676e143

View file

@ -1,11 +0,0 @@
THREAD_COUNT=100
callOwners() {
responseOwners=$(curl "http://localhost:9753/owners")
}
for ((i=0; i<$THREAD_COUNT; i++)); do
callOwners &
done
wait