Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 8 bytes payload as reference throughput value in README #322

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The `z_querier` should continuously send queries and receive replies from `z_que
```

```bash
./z_pub_thr_cpp 1024
./z_pub_thr_cpp 8
```

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