Skip to content

Commit

Permalink
fix for format on elixir 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Mar 9, 2019
1 parent 78526aa commit eb3b00f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/memory_breaker.exs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ inputs = %{
"huge hit" => {Enum.map(1..10000, &{:"k#{&1}", &1}), :k10000}
}

Benchee.run(benches,
Benchee.run(
benches,
inputs: inputs,
print: [fast_warning: false],
memory_time: 0.001,
Expand Down

0 comments on commit eb3b00f

Please sign in to comment.