Current section
Files
Jump to
Current section
Files
bench/src/bench.app.src
%% -*- mode: erlang -*-
{application, bench,
[
{description, "pooler basho_bench test rig"},
{vsn, "0.0.1"},
{registered, []},
{applications, [
kernel,
stdlib
]},
%% uncomment if this is an active application
%% {mod, { bench_app, []}},
{env, []}
]}.
%% vim: set filetype=erlang tabstop=2