We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a21d2f commit 0c6d8a3Copy full SHA for 0c6d8a3
.travis.yml
@@ -6,4 +6,4 @@ import:
6
env:
7
global:
8
# disabled running performance tests on CI
9
- - HAS_PERFORMANCE_TESTS=0
+ - HAS_PERFORMANCE_TESTS=1
spec/filters/grok_performance_spec.rb
@@ -17,7 +17,7 @@
17
described_class.new(config).tap { |filter| filter.register }
18
end
19
20
- EVENT_COUNT = 300_000
+ EVENT_COUNT = 1_000_000
21
22
describe "base-line performance", :performance => true do
23
0 commit comments