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 5
5
6
6
set -ex
7
7
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 17
17
described_class . new ( config ) . tap { |filter | filter . register }
18
18
end
19
19
20
- EVENT_COUNT = 1_000_000
20
+ EVENT_COUNT = 300_000
21
21
22
22
describe "base-line performance" , :performance => true do
23
23
75
75
76
76
SAMPLE_COUNT = 2
77
77
78
- it "has less than #{ ACCEPTED_TIMEOUT_DEGRADATION } % overhead" do
78
+ xit "has less than #{ ACCEPTED_TIMEOUT_DEGRADATION } % overhead" do
79
79
filter_wout_timeout = LogStash ::Filters ::Grok . new ( config_wout_timeout ) . tap ( &:register )
80
80
wout_timeout_duration = do_sample_filter ( filter_wout_timeout ) # warmup
81
81
puts "filters/grok(timeout => 0) warmed up in #{ wout_timeout_duration } "
You can’t perform that action at this time.
0 commit comments