Packages

Riak Core Lite Benchmarking Framework

Current section

Files

Jump to
rcl_bench src rcl_bench.app.src
Raw

src/rcl_bench.app.src

{application,rcl_bench,
[{description,"Riak Core Lite Benchmarking Framework"},
{vsn,"0.1.0"},
{mod,{rcl_bench_app,[]}},
{applications,[kernel,stdlib,crypto,hackney]},
{licenses,["Apache 2.0"]},
{links,[{"Github",
"https://github.com/riak-core-lite/rcl_bench"}]}]}.