blob: 4382ae6217593ca68b409d969338c5ef9d6bbea5 [file] [log] [blame]
#/usr/bin/env bash
for i in {1..1000000}
do
echo "#### $i ####"
curl -X POST -F image_file=@$1 http://localhost:1234/post > /dev/null
done