File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66set -ex
77
8- jruby -rbundler/setup -S rspec -fd --tag performance
8+ bundle exec rspec --format=documentation --tag performance
Original file line number Diff line number Diff line change 1717 described_class . new ( config ) . tap { |filter | filter . register }
1818 end
1919
20- EVENT_COUNT = 1_000_000
20+ EVENT_COUNT = 300_000
2121
2222 describe "base-line performance" , :performance => true do
2323
7575
7676 SAMPLE_COUNT = 2
7777
78- it "has less than #{ ACCEPTED_TIMEOUT_DEGRADATION } % overhead" do
78+ xit "has less than #{ ACCEPTED_TIMEOUT_DEGRADATION } % overhead" do
7979 filter_wout_timeout = LogStash ::Filters ::Grok . new ( config_wout_timeout ) . tap ( &:register )
8080 wout_timeout_duration = do_sample_filter ( filter_wout_timeout ) # warmup
8181 puts "filters/grok(timeout => 0) warmed up in #{ wout_timeout_duration } "
You can’t perform that action at this time.
0 commit comments