1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/tests/benchmarks/configs/zeromq.conf
Dennis Potter 6d2dfee6a3 New benchmark bash script
Replaced the old node-infiniband-benchmark.sh script, which could only run benchmarks for the InfiniBand node-type, by a general script. This script reads configurations from ./configs and executes them in the benchmark environment.

Later, I will add a small README which also contains an image of this environment.
2018-10-22 18:33:03 +02:00

24 lines
373 B
Text

source_node = {
type = "zeromq",
pattern = "pubsub",
ipv6 = false,
out = {
publish = "tcp://127.0.0.1:1235",
filter = "ab184"
}
}
target_node = {
type = "zeromq",
in = {
signals = {
count = ${NUM_VALUE},
type = "float"
},
subscribe = "tcp://127.0.0.1:1235",
filter = "ab184"
}
}