1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
budibase/charts/rollout_test.sh

6 lines
117 B
Bash
Raw Normal View History

2023-07-18 08:48:02 +12:00
for i in {1..100000}; do
curl -s -XGET -o /dev/null -w "%{http_code}" http://localhost:10000/builder
sleep 0.1
done