count too small, rates are off

This commit is contained in:
Colin Surprenant 2014-03-20 00:38:26 -04:00
parent e9753e7d97
commit 78b2dd6e3a

View file

@ -107,7 +107,7 @@ describe LogStash::Event do
end
it "should be fast?", :performance => true do
count = 100000
count = 1000000
2.times do
start = Time.now
count.times { subject["[j][k1]"] }