You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- communication:
- zenoh:
- prefix: benchmark-example
-
- nodes:
- - id: rust-node
- custom:
- build: cargo build -p benchmark-example-node --release
- source: ../../target/release/benchmark-example-node
- outputs:
- - latency
- - throughput
- - id: rust-sink
- custom:
- build: cargo build -p benchmark-example-sink --release
- source: ../../target/release/benchmark-example-sink
- inputs:
- latency: rust-node/latency
- throughput: rust-node/throughput
|