Skip to content

Commit

Permalink
Latest and greatest
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Oct 12, 2019
1 parent 07c0e1f commit 815d21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sidekiq (6.0.1)
sidekiq (6.0.2)
connection_pool (>= 2.2.2)
rack (>= 2.0.0)
rack-protection (>= 2.0.0)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Performance

Version | Latency | Garbage created for 10k jobs | Time to process 100k jobs | Throughput | Ruby
-----------------|------|---------|---------|------------------------|-----
Sidekiq 6.0.2 | 3 ms | 156 MB | 14.0 sec| **7100 jobs/sec** | MRI 2.6.3
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 3.5.1 | 22 ms | 1257 MB | 125 sec | 800 jobs/sec |
Expand Down

0 comments on commit 815d21f

Please sign in to comment.