We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361d752 commit 82538beCopy full SHA for 82538be
test/benchmark_mixin.rb
@@ -2,7 +2,7 @@
2
3
module BenchmarkMixin
4
MIN_THRESHOLD = 0.95
5
- MAX_PIPELINE_SIZE = 30
+ MAX_PIPELINE_SIZE = 100
6
7
def setup
8
@client = new_test_client
test/prof_mem.rb
@@ -8,7 +8,7 @@ module ProfMem
module_function
9
10
ATTEMPT_COUNT = 1000
11
12
SLICED_NUMBERS = (1..ATTEMPT_COUNT).each_slice(MAX_PIPELINE_SIZE).freeze
13
CLI_TYPES = %w[primary_only scale_read_random scale_read_latency pooled].freeze
14
MODES = {
0 commit comments