We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-n
z_sub_thr.c
Now in z_sub_thr.c, the number of messages is fixed
zenoh-c/examples/z_sub_thr.c
Line 19 in be97279
It would be good to make the parameter adjustable. This would be especially helpful if we want to test the throughput with a large payload size.
The text was updated successfully, but these errors were encountered:
evshary
No branches or pull requests
Describe the feature
Now in
z_sub_thr.c
, the number of messages is fixedzenoh-c/examples/z_sub_thr.c
Line 19 in be97279
However, it can be adjusted in the Rust implementation.
https://github.com/eclipse-zenoh/zenoh/blob/924394cfc26a19d851a9ff711e6d280e79a58b8d/examples/examples/z_sub_thr.rs#L104
It would be good to make the parameter adjustable. This would be especially helpful if we want to test the throughput with a large payload size.
The text was updated successfully, but these errors were encountered: