Skip to content

Commit 9693152

Browse files
add another data point to graph
1 parent 13099b1 commit 9693152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get-sftp-benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
KEY="$PWD/keys/hansel-key-ecc.pem"
44
TEST_FILE="$PWD/test"
5-
FILE_SIZES=("5000" "10000" "50000" "100000" "150000" "200000" "250000" "300000" "350000" "400000" "500000" "1000000")
5+
FILE_SIZES=("5000" "10000" "50000" "100000" "150000" "200000" "250000" "300000" "350000" "400000" "500000" "1000000" "2000000")
66
TRANSFER_MBS=""
77
NUMBER_RUNS=10
88
LOG_FILE="$PWD/log.csv"

0 commit comments

Comments
 (0)