|
1 | 1 | {mode, max}.
|
2 | 2 |
|
3 |
| -{duration, 5}. |
| 3 | +{duration, 1}. |
4 | 4 | {report_interval, 1}.
|
5 | 5 |
|
6 | 6 | {concurrent, 16}.
|
|
16 | 16 | {value_generator, {fixed_bin, 102480}}.
|
17 | 17 |
|
18 | 18 | %{be_disable_uses_r_object, true}.
|
19 |
| -%{be_backend_mod, riak_kv_yessir_backend}. |
20 |
| -%{be_config, [ |
21 |
| -% {yessir_aae_mode_encoding, constant_binary}, |
22 |
| -% {yessir_default_size, 102480} % coordinate with value_generator! |
23 |
| -% ]}. |
| 19 | +{be_backend_mod, riak_kv_yessir_backend}. |
| 20 | +{be_config, [ |
| 21 | + {yessir_return_same_r_obj, true}, % fastest & dumbest method |
| 22 | + {yessir_default_size, 102480} % coordinate with value_generator! |
| 23 | + ]}. |
24 | 24 |
|
25 |
| -{be_backend_mod, riak_kv_memory_backend}. |
26 |
| -{be_config, [ ]}. |
| 25 | +%{be_backend_mod, riak_kv_memory_backend}. |
| 26 | +%{be_config, [ ]}. |
| 27 | + |
| 28 | +%{be_backend_mod, riak_kv_yesmaam_backend}. |
| 29 | +%{be_config, [ ]}. |
27 | 30 |
|
28 | 31 | %% Our ops: 75% of 'absolutely_nothing'
|
29 | 32 | %% 15% of 'do_something'
|
30 | 33 | %% 10% of 'do_something_else'
|
31 | 34 | %{operations, [{get, 15}, {put, 15}]}.
|
32 |
| -{operations, [{put, 15}]}. |
| 35 | +%{operations, [{put, 15}]}. |
| 36 | +{operations, [{get, 15}]}. |
0 commit comments