Rakefile in panko_serializer-0.5.7 vs Rakefile in panko_serializer-0.5.8
- old
+ new
@@ -46,10 +46,10 @@
rescue PTY::ChildExited
puts "The child process exited! - #{cmd}"
[]
end
-def run_benchmarks(files, items_count: 7_000)
+def run_benchmarks(files, items_count: 2_300)
headings = ["Benchmark", "ip/s", "allocs/retained"]
files.each do |benchmark_file|
lines = run_process "ITEMS_COUNT=#{items_count} RAILS_ENV=production ruby #{benchmark_file}"
rows = lines.map do |line|