GrottoPress/mel

benchmark?

Closed this issue · 3 comments

Is there benchmark data for Mel? Compare with sidekiq or sidekiq.cr

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).

image
https://github.com/mperham/sidekiq.cr/blob/master/bench/load.cr

I think Mel can do better with batch mode.

Great! Will take a look.