Skip to content

Commit

Permalink
Use app generator search.io setter instead of manual config override
Browse files Browse the repository at this point in the history
  • Loading branch information
vekterli committed Oct 28, 2024
1 parent 16cbe4c commit 07a834e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/performance/mmap_vs_directio/mmap_vs_directio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ def make_app(search_direct_io:)
documentapi(ContainerDocumentApi.new)).
indexing_cluster('default').
indexing_chain('indexing').
config(ConfigOverride.new('vespa.config.search.core.proton').
add('search', ConfigValue.new('io', search_direct_io ? 'DIRECTIO' : 'MMAP')))
search_io(search_direct_io ? 'DIRECTIO' : 'MMAP')
end

def report_io_stat_deltas
Expand Down

0 comments on commit 07a834e

Please sign in to comment.