mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
lower grok speed expectation
This commit is contained in:
parent
64c0af43ee
commit
b6ff56a3c0
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ describe LogStash::Filters::Grok do
|
|||
|
||||
describe "performance test", :performance => true do
|
||||
event_count = 100000
|
||||
min_rate = 4000
|
||||
min_rate = 2000
|
||||
|
||||
max_duration = event_count / min_rate
|
||||
input = "Nov 24 01:29:01 -0800"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue