From 7ca3f14c128495a509cd0aaff464545377fa5cee Mon Sep 17 00:00:00 2001 From: dormando Date: Fri, 1 May 2020 18:33:31 -0700 Subject: [PATCH] no key_prealloc for test-suite-example --- test-suites/test-suite-example | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test-suites/test-suite-example b/test-suites/test-suite-example index 4662bf8..70851e5 100755 --- a/test-suites/test-suite-example +++ b/test-suites/test-suite-example @@ -63,7 +63,6 @@ sub get_mget_conf { conns => 1, mget_count => 50, key_prefix => $key_prefix, - key_prealloc => 0, key_count => $key_count }; return $mget_conf; @@ -76,7 +75,6 @@ sub get_pipe_conf { conns => 1, pipelines => 8, key_prefix => $key_prefix, - key_prealloc => 0, key_count => $key_count }; return $pipe_conf; @@ -89,7 +87,6 @@ sub get_paced_conf { conns => 400, pipelines => 50, key_prefix => $key_prefix, - key_prealloc => 0, usleep => 75000, key_count => $key_count }; @@ -104,7 +101,6 @@ sub get_pacedsets_conf { pipelines => 50, key_prefix => $key_prefix, usleep => 75000, - key_prealloc => 0, value_size => $value_size, key_count => $key_count };