1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00
budibase/charts/rollout_test.sh
2023-07-17 21:48:02 +01:00

6 lines
117 B
Bash
Executable file

for i in {1..100000}; do
curl -s -XGET -o /dev/null -w "%{http_code}" http://localhost:10000/builder
sleep 0.1
done