mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Changed benchmark for new UC mode
This commit is contained in:
parent
fadc507ff5
commit
6937db3ec2
1 changed files with 7 additions and 1 deletions
|
@ -51,7 +51,7 @@ RATE_SAMPLES=(10 100 1000 10000 50000)
|
|||
TIME_TO_RUN=30
|
||||
|
||||
# Declare modes
|
||||
MODES=("TCP" "UDP")
|
||||
MODES=("RC" "UC" "UD")
|
||||
|
||||
# Initialize counter
|
||||
COUNT=0
|
||||
|
@ -117,6 +117,8 @@ nodes = {
|
|||
frequency = 3,
|
||||
rate = ${RATE_SAMPLE},
|
||||
limit = ${NUM_SAMPLE},
|
||||
|
||||
missed_signals = false,
|
||||
},
|
||||
|
||||
results_input = {
|
||||
|
@ -124,6 +126,8 @@ nodes = {
|
|||
|
||||
format = "csv",
|
||||
uri = "${LOG_DIR}/${COUNT}_${MODE}-${NUM_VALUE}-${RATE_SAMPLE}-${NUM_SAMPLE}_input.csv",
|
||||
|
||||
buffer_size = 2000000000,
|
||||
},
|
||||
|
||||
results_output = {
|
||||
|
@ -131,6 +135,8 @@ nodes = {
|
|||
|
||||
format = "csv",
|
||||
uri = "${LOG_DIR}/${COUNT}_${MODE}-${NUM_VALUE}-${RATE_SAMPLE}-${NUM_SAMPLE}_output.csv",
|
||||
|
||||
buffer_size = 2000000000,
|
||||
},
|
||||
|
||||
ib_node_source = {
|
||||
|
|
Loading…
Add table
Reference in a new issue