mipearson/elasticsearch-store

View on GitHub
bench.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status