Skip to content

Commit

Permalink
Local redis keeps dying with 10 million jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlogic committed Dec 5, 2023
1 parent d076508 commit f4ed4cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CollectWithLargeQueuesBenchmark < Minitest::Benchmark
# performance assertions will iterate over `bench_range`.
# We'll use it to define the number Sidekiq jobs we enqueue in Redis.
def self.bench_range
bench_exp 10, 10_000_000 #=> [10, 100, 1,000, 10,000, 100,000, 1,000,000, 10,000,000]
bench_exp 10, 1_000_000 #=> [10, 100, 1,000, 10,000, 100,000, 1,000,000]
end

def setup
Expand Down

0 comments on commit f4ed4cd

Please sign in to comment.