Guest User

Untitled

a guest
Jul 6th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 0.38 KB | None | 0 0
  1. {mode, max}.
  2. {duration, 5}.
  3. {concurrent, 24}.
  4. {code_paths, ["deps/stats","deps/riakc","deps/protobuffs"]}.
  5. {value_generator, {exponential_bin, 500000, 1000000}}.
  6. {driver, basho_bench_driver_riakc_pb}.
  7. {riakc_pb_ips, [{10,160,107,41},{10,160,127,128},{10,160,107,103},{10,160,127,147},{10,160,105,247}]}.
  8. {operations, [{get,3},{put,7}]}.
  9. {key_generator, {uniform_int, 1000000}}.
Add Comment
Please, Sign In to add comment