From 96931523c47ed1cc368551c810528130b45eb8db Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Wed, 22 Oct 2025 17:17:48 -0600 Subject: [PATCH] add another data point to graph --- scripts/get-sftp-benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-sftp-benchmark.sh b/scripts/get-sftp-benchmark.sh index e78f06a2..8692f4ce 100755 --- a/scripts/get-sftp-benchmark.sh +++ b/scripts/get-sftp-benchmark.sh @@ -2,7 +2,7 @@ KEY="$PWD/keys/hansel-key-ecc.pem" TEST_FILE="$PWD/test" -FILE_SIZES=("5000" "10000" "50000" "100000" "150000" "200000" "250000" "300000" "350000" "400000" "500000" "1000000") +FILE_SIZES=("5000" "10000" "50000" "100000" "150000" "200000" "250000" "300000" "350000" "400000" "500000" "1000000" "2000000") TRANSFER_MBS="" NUMBER_RUNS=10 LOG_FILE="$PWD/log.csv"