Skip to content

Instantly share code, notes, and snippets.

@timhaines
Created May 10, 2012 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timhaines/837239813dabb9c70c7a to your computer and use it in GitHub Desktop.
Save timhaines/837239813dabb9c70c7a to your computer and use it in GitHub Desktop.
8 hour test
{mode, max}.
{duration, 480}.
%% {concurrent, 50}.
{concurrent, 5}.
{driver, basho_bench_driver_riakc_pb}.
%% Tweets
{key_generator, {int_to_bin, {partitioned_sequential_int, 100000000}}}.
{value_generator, {fixed_bin, 1000}}.
%% all 5 nodes
{riakc_pb_ips, [
{10,54,68,28},
{10,54,68,30},
{10,54,68,24},
{10,54,68,18},
{10,54,68,26}
]
}.
{riakc_pb_replies, 2}.
{operations, [{get, 1}, {update, 1}]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment