mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
tune
This commit is contained in:
parent
3fdc51f8e3
commit
a7d17f9794
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ use the Resque client to enqueue jobs in Redis to be processed by Sidekiq.
|
|||
|
||||
Sidekiq is extremely fast.
|
||||
|
||||
Version | Latency | Garbage created when processing 10,000 jobs | Time to process 100,000 jobs | Throughput
|
||||
Version | Latency | Garbage created for 10,000 jobs | Time to process 100,000 jobs | Throughput
|
||||
-----------------|------|---------|---------|------------------------
|
||||
Sidekiq 4.0.0 | 10ms | 151 MB | 22 sec | **4500 jobs/sec**
|
||||
Sidekiq 3.5.1 | 22ms | 1257 MB | 125 sec | 800 jobs/sec
|
||||
|
|
Loading…
Reference in a new issue