mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
count too small, rates are off
This commit is contained in:
parent
e9753e7d97
commit
78b2dd6e3a
1 changed files with 1 additions and 1 deletions
|
@ -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]"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue