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.
- Host: GitHub
- URL: https://github.com/aeghost/naive-bench
- Owner: aeghost
- License: mit
- Created: 2023-05-22T08:06:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T08:16:21.000Z (about 3 years ago)
- Last Synced: 2025-01-28T01:46:48.458Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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,...`