Lines Matching +full:s3 +full:- +full:benchmarks
18 # Script for running multiple Transfer manager benchmarks at the same time
22 echo " benchmark-copy [<size>]"
24 echo " benchmark-copy"
25 echo " benchmark-copy 4GB"
28 sizes_str="1B 8MB-1 8MB+1 128MB 4GB 30GB 90GB"
33 echo "===== TM PERF TEST SUITE - COPY ====="
36 echo "Benchmark: $version - $size"
38 cmd="java -jar ../target/s3-benchmarks.jar \
39 --readBufferInMB=3072 \
40 --bucket=do-not-delete-crt-s3-eu-west-1 \
41 --partSizeInMB=8 \
42 --maxThroughput=100.0 \
43 --iteration=8 \
44 --version=$version \
45 --operation=copy \
46 --key=$size"
49 $cmd | tee -a "result/$result_file"
56 if [ ! -z "$1" ]