Guest User

Untitled

a guest
Jul 16th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {mode, max}.
  2.  
  3. {duration, 15}.
  4.  
  5. {concurrent, 5}.
  6.  
  7. {driver, basho_bench_driver_riakclient}.
  8.  
  9. {code_paths, ["deps/stats",
  10. "/Users/jmeredith/basho/riak/apps/riak_kv",
  11. "/Users/jmeredith/basho/riak/apps/riak_core"]}.
  12.  
  13. {key_generator, {int_to_bin, {uniform_int, 35000}}}.
  14.  
  15. {value_generator, {fixed_bin, 10000}}.
  16.  
  17. {riakclient_nodes, ['riak@127.0.0.1']}.
  18.  
  19. {riakclient_mynode, ['riak_bench@127.0.0.1', longnames]}.
  20.  
  21. {riakclient_replies, 1}.
Add Comment
Please, Sign In to add comment