eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
1.03k stars 40 forks source link

Publish-Subscribe Benchmark between two processes #10

Open elfenpiff opened 11 months ago

elfenpiff commented 11 months ago

Brief feature description

Currently, the publish-subscribe benchmark is working in one process between two threads. The benchmark shall be extended so that it can also run between two distinct processes.

elfenpiff commented 1 month ago

@elBoberido I know your branch is flying around somewhere. Shall we merge it soon?

elBoberido commented 1 month ago

Hehe, I need to do a little bit of cleanup and also detect a non-functional TSC to inform the user about increased latency due to the context switch on clock_gettime. I have to get this out though. It lives on a branch for almost a year now