-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
rebar3_bench/src/rebar3_bench_runner.erl
Lines 129 to 134 in 03bb6ec
%% Inner tight loop | |
do_run_n(_, _, 0) -> | |
ok; | |
do_run_n(F, St, N) -> | |
F(St), | |
do_run_n(F, St, N - 1). |
Should find if it's possible to somehow minimize the amount of work done by the loop.
Metadata
Metadata
Assignees
Labels
No labels