diff options
Diffstat (limited to 'tests/perf-tests/test-image-upload.sh')
| -rwxr-xr-x | tests/perf-tests/test-image-upload.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/perf-tests/test-image-upload.sh b/tests/perf-tests/test-image-upload.sh new file mode 100755 index 0000000..3f5ff09 --- /dev/null +++ b/tests/perf-tests/test-image-upload.sh @@ -0,0 +1,5 @@ +#!/bin/bash +for (( c=1; c<=50; c++ )) +do + curl -v http://localhost:8000/orchestration/image-upload -X POST -H "Content-Type: application/json" -d @data-ss-test1.json +done |
