mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix syntax error in example config
This commit is contained in:
parent
50e25ac464
commit
8806b8cc34
1 changed files with 6 additions and 6 deletions
|
@ -230,14 +230,14 @@ nodes = {
|
|||
# If arrays are used, we will generate multiple test cases with all
|
||||
# possible combinations
|
||||
{
|
||||
"rates": 55.0, # The sending rate in Hz
|
||||
"values": 5, # The number of values which should be send in each sample
|
||||
"limit": 100 # The number of samples which should be send during this test case
|
||||
rates = 55.0, # The sending rate in Hz
|
||||
values = 5, # The number of values which should be send in each sample
|
||||
limit = 100 # The number of samples which should be send during this test case
|
||||
},
|
||||
{
|
||||
"rates": [ 5, 10, 30 ], # An array of rates in Hz
|
||||
"values": [ 2, 10, 20 ],# An array of number of values
|
||||
"duration": 5 # The duration of the test case in seconds (depending on the sending rate)
|
||||
rates = [ 5, 10, 30 ], # An array of rates in Hz
|
||||
values = [ 2, 10, 20 ],# An array of number of values
|
||||
duration = 5 # The duration of the test case in seconds (depending on the sending rate)
|
||||
}
|
||||
)
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue