benchmark?
Closed this issue · 3 comments
hooopo commented
Is there benchmark data for Mel? Compare with sidekiq or sidekiq.cr
akadusei commented
Not at the moment. I may add code for benchmarking, although I'm not really sure what to benchmark. I assume the bottleneck would be mostly IO (redis).
hooopo commented
https://github.com/mperham/sidekiq.cr/blob/master/bench/load.cr
I think Mel can do better with batch mode.
akadusei commented
Great! Will take a look.