1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Defined full test, rate = 100000 and rate = 200000 not yet included

This commit is contained in:
Dennis Potter 2018-08-04 14:31:12 +02:00
parent 44f5d43513
commit b975e16747

View file

@ -46,9 +46,9 @@ INPUT_FILE=$(mktemp)
LOG_DIR=benchmarks_$(date +%Y%m%d_%H-%M-%S)
mkdir ${LOG_DIR}
NUM_VALUES=(3)
RATE_SAMPLES=(50000)
TIME_TO_RUN=10
NUM_VALUES=(2 4 8 16 32 64)
RATE_SAMPLES=(10 100 1000 10000 50000)
TIME_TO_RUN=30
# Declare modes
MODES=("TCP" "UDP")