mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
date
|
|
for run in {1..100000}; do
|
|
curl -s "http://localhost:8082/data-mono/$run" > /dev/null
|
|
done
|
|
date |