Packages

Lasp Benchmarking Suite

Current section

Files

Jump to
lasp_bench src lasp_bench.app.src
Raw

src/lasp_bench.app.src

{application,lasp_bench,
[{description,"Lasp Benchmarking Suite"},
{vsn,"0.0.1"},
{maintainers,["Goncalo Tomas"]},
{links,[{"Github","https://github.com/lasp-lang/lasp-bench"}]},
{licenses,["Apache 2"]},
{modules,[]},
{registered,[lasp_bench_sup]},
{applications,[kernel,stdlib,lager,sasl,bear]},
{mod,{lasp_bench_app,[]}},
{env,[{app_run_mode,standalone},
{mode,{rate,5}},
{log_level,[{level,debug}]},
{test_dir,"tests"},
{duration,5},
{concurrent,3},
{driver,lasp_bench_driver_null},
{operations,[{get,4},{put,4},{delete,1}]},
{report_interval,10},
{key_generator,{uniform_int,100000}},
{value_generator,{fixed_bin,100}}]}]}.