We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8f2f0 commit 2086293Copy full SHA for 2086293
docs/docker/fastdds/fast_dds.rst
@@ -72,25 +72,3 @@ or
72
goToExamples
73
cd dds/HelloWorldExample/bin
74
./DDSHelloWorldExample subscriber
75
-
76
-Benchmark Example
77
-^^^^^^^^^^^^^^^^^
78
79
-This example creates either a Publisher or a Subscriber and on a successful match starts sending samples.
80
-After a few seconds the process that launched the Publisher will show a report with the number of samples transmitted.
81
82
-On the subscriber side, run:
83
84
-.. code-block:: bash
85
86
- goToExamples
87
- cd dds/Benchmark/bin
88
- ./DDSBenchmark subscriber udp
89
90
-On the publisher side, run:
91
92
93
94
95
96
- ./DDSBenchmark publisher udp
0 commit comments