eclipse-cyclonedds / cyclonedds

Eclipse Cyclone DDS project
https://projects.eclipse.org/projects/iot.cyclonedds
Other
849 stars 351 forks source link

Revisit examples #1309

Open thijsmie opened 2 years ago

thijsmie commented 2 years ago

We should revisit the examples, as several points of confusion exist about them and, in @eboasson's own words, they are not very good. A slight rewrite, and maybe a rename, because people don't realise they should not be using the roundtrip example to measure roundtrip and should not be using the throughput example to measure throughput. Some additional examples of common patterns would not be a bad idea either.

Tasks:

JesseRengers commented 2 years ago

@thijsmie out of curiosity: why shouldn´t you use the roundtrip and throughput examples to measure these quantities?

thijsmie commented 2 years ago

Hi @JesseRengers!

These examples are aimed at being somewhat readable and not present an optimal way to do these measurements. This is problematic when people use these examples to measure and compare about other technologies or DDS vendors.