-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: even more benchmarks #46
Comments
Hi @mreiferson I'm using NSQ for couple months and doing migration from the actual message system I use (Redis/Lua) to NSQ and I find this issue really important and I would like to help. On the issue #438 you mentioned the results of your benchmarking, can you please detail what each one of the columns for the results are for? Oh and the script you used to bench was this one? https://github.com/tylertreat/mq-benchmarking
Thank you |
@thomasmodeneis this sounds great, thanks for the help! The script I used is the one in this repo (that was merged in #438) The columns are (in order) total time, throughput in megabytes per second, number of total operations (messages), and then total time / ops. The last value (total time / ops) is misleading as a result of "coordinated omission" (see http://www.azulsystems.com/sites/default/files/images/HowNotToMeasureLatency_LLSummit_NYC_12Nov2013.pdf) and should be improved. |
moving this issue to https://github.com/nsqio/nsqio.github.io |
#438 got the ball rolling, but I'd like to add a few more benchmark modes:
The text was updated successfully, but these errors were encountered: