iceperf: comparing iceoryx busy loop with uds, mq push is unfair. #1938
Closed
Description
Brief feature description
When measuring the latency, iceoryx compares the C and C++ polling API to the message queue and unix domain socket push API which gives iceoryx an unfair latency advantage - especially for small data packages.
The solution is simple: use the polling approach for every technology.