mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Accidentally pushed incomplete test to repository
This commit is contained in:
parent
74592dcb05
commit
0c2241d5ee
1 changed files with 3 additions and 6 deletions
|
@ -46,15 +46,12 @@ INPUT_FILE=$(mktemp)
|
|||
LOG_DIR=benchmarks_$(date +%Y%m%d_%H-%M-%S)
|
||||
mkdir ${LOG_DIR}
|
||||
|
||||
#NUM_VALUES=(3 5 10 25 50)
|
||||
#RATE_SAMPLES=(10 100 1000 10000 100000 200000)
|
||||
NUM_VALUES=(3)
|
||||
RATE_SAMPLES=(100000)
|
||||
NUM_VALUES=(3 5 10 25 50)
|
||||
RATE_SAMPLES=(10 100 1000 10000 100000 200000)
|
||||
TIME_TO_RUN=10
|
||||
|
||||
# Declare modes
|
||||
#MODES=("TCP" "UDP")
|
||||
MODES=("TCP")
|
||||
MODES=("TCP" "UDP")
|
||||
|
||||
# Initialize counter
|
||||
COUNT=0
|
||||
|
|
Loading…
Add table
Reference in a new issue