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)
https://www.rebar3.org/docs/using-templates#section-plugin-templates
Might be handy. But not much we can do from the template:
my_benchmark(init) -> ...; my_benchmark({input, _}) -> ... bench_my_benchmark(Input, State)