Skip to content

Commit bbf59f0

Browse files
committed
Rationalise and fix to pass dialyzer/xref
Ignore bench_drivers we no longer use, or intend to use
1 parent ae2f702 commit bbf59f0

13 files changed

+70
-1552
lines changed

rebar.lock

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{"1.1.0",
22
[{<<"bear">>,{pkg,<<"bear">>,<<"0.8.7">>},1},
3+
{<<"bitcask">>,
4+
{git,"git://github.com/basho/bitcask",
5+
{ref,"dd96f6dd84a1cad68ccc21959ba56b0426434d85"}},
6+
0},
7+
{<<"eleveldb">>,
8+
{git,"git://github.com/basho/eleveldb",
9+
{ref,"3dee1dd7173507a4ad29df1ceb99cb70d6142478"}},
10+
0},
311
{<<"folsom">>,{pkg,<<"folsom">>,<<"0.8.7">>},0},
412
{<<"getopt">>,
513
{git,"git://github.com/jcomellas/getopt",
@@ -8,23 +16,31 @@
816
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
917
{<<"ibrowse">>,
1018
{git,"git://github.com/basho/ibrowse.git",
11-
{ref,"893864e25573b4ccd31a82b9412639751733ba40"}},
19+
{ref,"cdde6fe5e80ce71e7b5570e40a45d9f862721499"}},
1220
0},
1321
{<<"lager">>,
1422
{git,"git://github.com/erlang-lager/lager",
1523
{ref,"22e62f28e5afabe90a6f31bcde367a2b5799fc94"}},
1624
0},
25+
{<<"meck">>,
26+
{git,"https://github.com/eproxus/meck.git",
27+
{ref,"4ecc1ae9089edc6977e8c8c4cd41081513cc5590"}},
28+
3},
1729
{<<"mochiweb">>,
1830
{git,"git://github.com/mochi/mochiweb",
1931
{ref,"9090c7942f9dcde4ddbf9f78429e289ff5600c18"}},
2032
0},
33+
{<<"protobuffs">>,
34+
{git,"https://github.com/basho/erlang_protobuffs.git",
35+
{ref,"098efad8f85dfe556d64e2cf6ce31f2075808f67"}},
36+
2},
2137
{<<"riak_pb">>,
2238
{git,"https://github.com/basho/riak_pb",
23-
{ref,"55fab3a2642edf2293228d5a43748a0fc3c8e554"}},
39+
{ref,"3129374435d67086e05f97a92482ef7f280aa7c7"}},
2440
1},
2541
{<<"riakc">>,
2642
{git,"git://github.com/basho/riak-erlang-client",
27-
{ref,"1bc4e86f2969d7dd8dd05362ea00817435579a0a"}},
43+
{ref,"07c9582c9fd97f8252e0a3e488d6ebc08a9a4172"}},
2844
0}]}.
2945
[
3046
{pkg_hash,[

src/basho_bench.app.src

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
lager,
1212
mochiweb,
1313
riakc,
14-
folsom]},
14+
folsom,
15+
bitcask,
16+
eleveldb]},
1517
{mod, {basho_bench_app, []}},
1618
{env, [
1719
%% Run mode: How should basho_bench started as a separate node, or part of an

0 commit comments

Comments
 (0)