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:
parent
44f5d43513
commit
b975e16747
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue