Mas i335 otp24 (#336)

* Address OTP24 warnings, ct and eunit paths

* Reorg to add OTP 24 support

* Update VOLUME.md

* Correct broken refs

* Update README.md

* CI on all main branches

Co-authored-by: Ulf Wiger <ulf@wiger.net>
This commit is contained in:
Martin Sumner 2021-05-25 13:41:20 +01:00 committed by GitHub
parent 2c53c0a85a
commit ed0301e2cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 99 additions and 553 deletions

View 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}.

View file

@ -0,0 +1,21 @@
{mode, max}.
{duration, 30}.
{concurrent, 24}.
{driver, basho_bench_driver_eleveldb}.
{key_generator, {int_to_bin_bigendian,{partitioned_sequential_int, 10000000}}}.
{value_generator, {fixed_bin, 8000}}.
{operations, [{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}.

View file

@ -0,0 +1,21 @@
{mode, max}.
{duration, 30}.
{concurrent, 24}.
{driver, basho_bench_driver_eleveleddb}.
{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, ["../eleveleddb/_build/default/lib/eleveleddb/ebin"]}.
{eleveleddb_dir, "/tmp/eleveleddb.bench"}.
{eleveleddb_num_instances, 12}.

View file

@ -0,0 +1,21 @@
{mode, max}.
{duration, 30}.
{concurrent, 24}.
{driver, basho_bench_driver_eleveleddb}.
{key_generator, {int_to_bin_bigendian,{partitioned_sequential_int, 10000000}}}.
{value_generator, {fixed_bin, 8000}}.
{operations, [{put, 1}]}.
%% the second element in the list below (e.g., "../../public/eleveldb") must
%% point to the relevant directory of a eleveleddb installation
{code_paths, ["../eleveleddb/_build/default/lib/eleveleddb/ebin"]}.
{eleveleddb_dir, "/tmp/eleveleddb.bench"}.
{eleveleddb_num_instances, 12}.