jbenden / mq-benchmarking

Performance benchmarks for various message queues.

Home Page:http://www.bravenewgeek.com/dissecting-message-queues/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mq-benchmarking

Deprecated: Use Flotilla for running benchmarks. See related blog post for more information.

Results: http://www.bravenewgeek.com/dissecting-message-queues/


Usage: go run main.go subject [test_latency] [num_messages] [message_size]

subject: inproc, zeromq, nanomsg, kestrel, kafka, rabbitmq, nsq, redis, activemq, nats, beanstalkd, iris

test_latency: true will test latency, false will test throughput

num_messages: number of messages to send in the test

message_size: size of each message in bytes

About

Performance benchmarks for various message queues.

http://www.bravenewgeek.com/dissecting-message-queues/


Languages

Language:Go 100.0%