Simple benchmark to find out performance comparison between zmq and mangos.
Following are the software and library requirements for running these benchmarks. Code block below serves as example how to download dependencies serves using yay on Arch Linux.
$ yay -Sy zeromq go [1]
To run the test simply run go run ./bench/{pubsub/reqrep} -{tcp,ipc,inproc} -{zmq,mangos}
- @gdamore - His comment helped me to lay things out.
- @eelcocramer - His forked repository also helped me to lay things out.