Skip to content

Instantly share code, notes, and snippets.

@klodio
Created March 16, 2012 11:33
Show Gist options
  • Save klodio/2049682 to your computer and use it in GitHub Desktop.
Save klodio/2049682 to your computer and use it in GitHub Desktop.
{mode, max}.
{duration, 1}.
{concurrent, 16}.
{code_paths, ["deps/basho_stats","deps/riakc","deps/protobuffs"]}.
{value_generator, {exponential_bin, 2048, 5012}}.
{driver, basho_bench_driver_riakc_pb}.
{riakc_pb_ips, [{10,160,138,236},{10,160,129,14},{10,160,47,210},{10,160,127,128},{10,160,46,31}]}.
{operations, [{put,4},{get,4},{delete,4}]}.
{key_generator, {int_to_bin, {uniform_int, 1000000}}}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment