Initial draft of volume test writeup
This commit is contained in:
parent
92df0402ca
commit
946edaef30
10 changed files with 22 additions and 0 deletions
21
test/volume/single_node/examples/eleveldb_load.config
Normal file
21
test/volume/single_node/examples/eleveldb_load.config
Normal file
|
@ -0,0 +1,21 @@
|
|||
{mode, max}.
|
||||
|
||||
{duration, 30}.
|
||||
|
||||
{concurrent, 24}.
|
||||
|
||||
{driver, basho_bench_driver_eleveldb}.
|
||||
|
||||
{key_generator, {int_to_bin_bigendian,{uniform_int, 1000000}}}.
|
||||
|
||||
{value_generator, {fixed_bin, 8000}}.
|
||||
|
||||
{operations, [{get, 5}, {put, 1}]}.
|
||||
|
||||
%% the second element in the list below (e.g., "../../public/eleveldb") must
|
||||
%% point to the relevant directory of a eleveldb installation
|
||||
{code_paths, ["../eleveldb/ebin"]}.
|
||||
|
||||
{eleveldb_dir, "/tmp/eleveldb.bench"}.
|
||||
{eleveldb_num_instances, 12}.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue