Skip to content

Commit 0206555

Browse files
committed
Use rampup_workers for rampup
1 parent 0a31925 commit 0206555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basho_bench_duration.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ maybe_add_rampup(State) ->
210210
end.
211211

212212
add_worker() ->
213-
case basho_bench_config:get(workers, undefined) of
213+
case basho_bench_config:get(workers_rampup, undefined) of
214214
undefined ->
215215
basho_bench_worker_sup:add_worker();
216216
[_|_] = Workers ->

0 commit comments

Comments
 (0)