wallaceL / ipc-bench

Latency benchmarks of Unix IPC mechanisms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipc-bench

GitHub Travis (.org)

Some very crude IPC benchmarks.

ping-pong latency benchmarks:

  • pipes
  • unix domain sockets
  • tcp sockets

throughput benchmarks:

  • pipes
  • unix domain sockets
  • tcp sockets

This software is distributed under the MIT License.

Credits

  • desbma for adding cross platform support for clock_gettime

About

Latency benchmarks of Unix IPC mechanisms

License:MIT License


Languages

Language:C 98.7%Language:CMake 1.3%