An open API service indexing awesome lists of open source software.

https://github.com/aeghost/naive-bench

A naive benchmark of Clients/Servers in OCaml; Made to test Push/Pull ipc perf of ZMQ bindings for OCaml.
https://github.com/aeghost/naive-bench

Last synced: about 1 year ago
JSON representation

A naive benchmark of Clients/Servers in OCaml; Made to test Push/Pull ipc perf of ZMQ bindings for OCaml.

Awesome Lists containing this project

README

          

# Naive-Bench

A minimalistic program that tests bandwidth of Client/Server in OCaml, starting with ZMQ.

Create a 6Go string and send it to itself through ZMQ, then run GC full major, and go again...

# API

No API right now.

To evolve : `--test=zmq,...`