Skip to content

Commit 82538be

Browse files
authored
test: fix pipeline size for benchmarks (#177)
1 parent 361d752 commit 82538be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/benchmark_mixin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module BenchmarkMixin
44
MIN_THRESHOLD = 0.95
5-
MAX_PIPELINE_SIZE = 30
5+
MAX_PIPELINE_SIZE = 100
66

77
def setup
88
@client = new_test_client

test/prof_mem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module ProfMem
88
module_function
99

1010
ATTEMPT_COUNT = 1000
11-
MAX_PIPELINE_SIZE = 30
11+
MAX_PIPELINE_SIZE = 100
1212
SLICED_NUMBERS = (1..ATTEMPT_COUNT).each_slice(MAX_PIPELINE_SIZE).freeze
1313
CLI_TYPES = %w[primary_only scale_read_random scale_read_latency pooled].freeze
1414
MODES = {

0 commit comments

Comments
 (0)