mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
removed old file
This commit is contained in:
parent
0e5db6fc27
commit
7fd676e143
1 changed files with 0 additions and 11 deletions
11
ownerLoad.sh
11
ownerLoad.sh
|
@ -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
|
Loading…
Reference in a new issue