Skip to content

Commit 0c6d8a3

Browse files
committed
Turn performance tests on
1 parent 8a21d2f commit 0c6d8a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ import:
66
env:
77
global:
88
# disabled running performance tests on CI
9-
- HAS_PERFORMANCE_TESTS=0
9+
- HAS_PERFORMANCE_TESTS=1

spec/filters/grok_performance_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
described_class.new(config).tap { |filter| filter.register }
1818
end
1919

20-
EVENT_COUNT = 300_000
20+
EVENT_COUNT = 1_000_000
2121

2222
describe "base-line performance", :performance => true do
2323

0 commit comments

Comments
 (0)