add another data point to graph

pull/784/head
JacobBarthelmeh 2025-10-22 17:17:48 -06:00
parent 13099b188e
commit 96931523c4
1 changed files with 1 additions and 1 deletions

View File

@ -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"