20 lines
384 B
Plaintext
20 lines
384 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, ["/Users/uwiger/git/rocksdb",
|
|
"/Users/uwiger/git/mnesia_rocksdb"]}.
|
|
|
|
{mnesia_table, rdb}.
|
|
{backend, rocksdb_copies}.
|