mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
tweak
This commit is contained in:
parent
6cb29a7115
commit
09c032e6c2
1 changed files with 3 additions and 5 deletions
|
@ -16,17 +16,15 @@ Rails to make background processing dead simple.
|
|||
Performance
|
||||
---------------
|
||||
|
||||
Version | Latency | Garbage created for 10,000 jobs | Time to process 100,000 jobs | Throughput | Ruby
|
||||
Version | Latency | Garbage created for 10k jobs | Time to process 100k jobs | Throughput | Ruby
|
||||
-----------------|------|---------|---------|------------------------|-----
|
||||
Sidekiq 6.0.0 | 3 ms | 156 MB | 19 sec | **5200 jobs/sec** | MRI 2.6.3
|
||||
Sidekiq 4.0.0 | 10 ms | 151 MB | 22 sec | **4500 jobs/sec** |
|
||||
Sidekiq 4.0.0 | 10 ms | 151 MB | 22 sec | 4500 jobs/sec |
|
||||
Sidekiq 3.5.1 | 22 ms | 1257 MB | 125 sec | 800 jobs/sec |
|
||||
Resque 1.25.2 | - | - | 420 sec | 240 jobs/sec |
|
||||
DelayedJob 4.1.1 | - | - | 465 sec | 215 jobs/sec |
|
||||
|
||||
<small>This benchmark can be found in `bin/sidekiqload`.</small>
|
||||
|
||||
Benchmarks assume a Redis network latency of 1ms.
|
||||
This benchmark can be found in `bin/sidekiqload` and assumes a Redis network latency of 1ms.
|
||||
|
||||
Requirements
|
||||
-----------------
|
||||
|
|
Loading…
Add table
Reference in a new issue