Skip to content

hitomi333/mq-benchmarking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%