rebar3_bench
rebar3_bench copied to clipboard
Add rebar3 template
https://www.rebar3.org/docs/using-templates#section-plugin-templates
Might be handy. But not much we can do from the template:
- Create a module
- Create and export dummy becnhmark fun:
my_benchmark(init) -> ...; my_benchmark({input, _}) -> ... bench_my_benchmark(Input, State)