Skip to content

Commit 358ea7d

Browse files
committed
test: fix memtier [TEMPORARY COMMIT]
1 parent 5d20aeb commit 358ea7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bench/memtier.test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ local function run_memtier(instance, memtier_path, proto)
3737
'--server=127.0.0.1',
3838
string.format('--port=%d', port),
3939
string.format('--protocol=%s', memtier_proto),
40-
'--threads=10',
40+
'--threads=2',
4141
'--test-time=2',
4242
'--hide-histogram'
4343
}

0 commit comments

Comments
 (0)