Skip to content

Commit ab93c2a

Browse files
committed
Tidy up examples/kv_backend.config slightly
1 parent 60c3c61 commit ab93c2a

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

examples/kv_backend.config

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
%{be_backend_mod, riak_kv_memory_backend}.
2626
%{be_config, [ ]}.
2727

28-
%{be_backend_mod, riak_kv_yesmaam_backend}.
29-
%{be_config, [ ]}.
30-
31-
%% Our ops: 75% of 'absolutely_nothing'
32-
%% 15% of 'do_something'
33-
%% 10% of 'do_something_else'
34-
%{operations, [{get, 15}, {put, 15}]}.
35-
%{operations, [{put, 15}]}.
36-
{operations, [{get, 15}]}.
28+
%{operations, [{get, 10}]}.
29+
{operations, [{get, 10}, {put, 10}]}.
30+
%{operations, [{put, 10}]}.

0 commit comments

Comments
 (0)