19 lines
309 B
Plaintext
19 lines
309 B
Plaintext
{mode, max}.
|
|
|
|
{duration, 10}.
|
|
|
|
{concurrent, 1}.
|
|
|
|
{driver, basho_bench_driver_mnesia_rocksdb}.
|
|
|
|
{key_generator, {int_to_bin,{uniform_int, 5000000}}}.
|
|
|
|
{value_generator, {fixed_bin, 10000}}.
|
|
|
|
{operations, [{get, 2}, {put, 2}, {delete, 1}]}.
|
|
|
|
{code_paths, []}.
|
|
|
|
{mnesia_table, doc}.
|
|
{backend, disc_only_copies}.
|