Skip to content

Commit

Permalink
satisfy dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Oct 17, 2017
1 parent f78d7bc commit 9994f08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/benchee.ex
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ for {module, moduledoc} <- [{Benchee, elixir_doc}, {:benchee, erlang_doc}] do
{parallelizable, serial} =
Enum.partition(formatters, &is_formatter_module?/1)

Formatter.parallel_output(suite, parallelizable)
# why do we ignore this suite? It shouldn't be changed anyway.
_suite = Formatter.parallel_output(suite, parallelizable)
Enum.each serial, fn(output_function) ->
output_function.(suite)
end
Expand Down

0 comments on commit 9994f08

Please sign in to comment.