Showing 1 of 1 total issue
Method bench
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def bench name, count, store
puts "#{name}: #{count} actions per run"
array_1k = ["a"] * 1024
array_20k = ["a"] * 1024 * 20