Skip to content

Commit

Permalink
Merge pull request #4261 from vespa-engine/vekterli/reduce-query-runtime
Browse files Browse the repository at this point in the history
Reduce fbench runtime and increase test timeout
  • Loading branch information
geirst authored Nov 8, 2024
2 parents 180a68d + 8f82be0 commit 5c00b19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/performance/mmap_vs_directio/mmap_vs_directio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class MmapVsDirectIoTest < PerformanceTest

def timeout_seconds
1200
1800
end

def setup
Expand All @@ -27,10 +27,10 @@ def test_profile
if testing_locally?
{ :doc_count => 50_000,
:query_runtime => 20,
:cache_sizes_mb => [0, 16, 128, 1024] }
:cache_sizes_mb => [0, 16, 128, 512] }
else
{ :doc_count => -1,
:query_runtime => 60,
:query_runtime => 30,
:cache_sizes_mb => [0, 24, 256, 10 * 1024] }
end
end
Expand Down

0 comments on commit 5c00b19

Please sign in to comment.