mipearson/elasticsearch-store

View on GitHub

Showing 1 of 1 total issue

Method bench has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def bench name, count, store
  puts "#{name}: #{count} actions per run"

  array_1k = ["a"] * 1024
  array_20k = ["a"] * 1024 * 20
Severity: Minor
Found in bench.rb - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language