Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 419 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 419 Bytes

ipc-bench

Some very crude IPC benchmarks.

ping-pong latency benchmarks:

  • pipes
  • unix domain sockets
  • tcp sockets

throughput benchmarks:

  • pipes
  • unix doamin sockets
  • tcp sockets

one way latency benchmarks:

  • shm

The shared memory benchmark is a kind of "control". If run under a real-time OS it will give you the intra core communication latency.

This software is distributed under the MIT License.