bin/benchmarks in karafka-2.0.0.beta4 vs bin/benchmarks in karafka-2.0.0.beta5

- old
+ new

@@ -37,11 +37,11 @@ # We make our data json compatible so we can also benchmark serialization elements = Array.new(100_000) { { a: :b }.to_json } # We do not populate data of benchmarks_0_10 as we use it with life-stream data only %w[ - benchmarks_0_01 - benchmarks_0_05 + benchmarks_00_01 + benchmarks_00_05 ].each do |topic_name| partitions_count = topic_name.split('_').last.to_i partitions_count.times do |partition| puts "Seeding #{topic_name}:#{partition}"