Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 506 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 506 Bytes

Benchmarks

Publish-Subscribe

The benchmark quantifies the latency between a publisher sending a message and a subscriber receiving it. In the setup, a bidirectional connection is established from process a to b (service name a2b) and back (service name b2a). Subscribers employ multithreaded busy waiting and promptly respond upon message reception. This process repeats n times, and the average latency is subsequently computed.

cargo run --release benchmark_publish_subscribe