Skip to content

Commit

Permalink
no key_prealloc for test-suite-example
Browse files Browse the repository at this point in the history
  • Loading branch information
dormando committed May 2, 2020
1 parent 29f0e15 commit 7ca3f14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test-suites/test-suite-example
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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
};
Expand All @@ -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
};
Expand Down

0 comments on commit 7ca3f14

Please sign in to comment.