Skip to content

Commit 2b8d8d0

Browse files
authored
Use 8 bytes payload as reference throughput value in README
8 bytes payload is the reference payload size when measuring throughput. It would be hence good to update the value on the README.
1 parent 282a045 commit 2b8d8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The `z_querier` should continuously send queries and receive replies from `z_que
137137
```
138138

139139
```bash
140-
./z_pub_thr_cpp 1024
140+
./z_pub_thr_cpp 8
141141
```
142142

143143
After 30-40 seconds delay the `z_sub_thr` will start to show the throughput measure results.
@@ -182,4 +182,4 @@ Instruction how to build documentation locally is at [docs/README.md].
182182
[find_package]: https://cmake.org/cmake/help/latest/command/find_package.html
183183
[FetchContent]: https://cmake.org/cmake/help/latest/module/FetchContent.html
184184
[zenoh-cpp.readthedocs.io]: https://zenoh-cpp.readthedocs.io
185-
[docs/README.md]: https://github.com/eclipse-zenoh/zenoh-cpp/blob/main/docs/README.md
185+
[docs/README.md]: https://github.com/eclipse-zenoh/zenoh-cpp/blob/main/docs/README.md

0 commit comments

Comments
 (0)