Skip to content

Commit

Permalink
Turn performance tests on
Browse files Browse the repository at this point in the history
  • Loading branch information
robbavey committed May 5, 2023
1 parent 8a21d2f commit 0c6d8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import:
env:
global:
# disabled running performance tests on CI
- HAS_PERFORMANCE_TESTS=0
- HAS_PERFORMANCE_TESTS=1
2 changes: 1 addition & 1 deletion spec/filters/grok_performance_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
described_class.new(config).tap { |filter| filter.register }
end

EVENT_COUNT = 300_000
EVENT_COUNT = 1_000_000

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

Expand Down

0 comments on commit 0c6d8a3

Please sign in to comment.