File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ defmodule Benchee.Benchmark.Runner do
66 # This module actually runs our benchmark scenarios, adding information about
77 # run time and memory usage to each scenario.
88
9+ alias Benchee.Benchmark
910 alias Benchee.Benchmark.BenchmarkConfig
10- alias Benchee . { Benchmark , Scenario , Utility.Parallel }
11+ alias Benchee.Scenario
12+ alias Benchee.Utility.Parallel
1113
1214 alias Benchmark . {
1315 Collect ,
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ defmodule Benchee.Formatters.Console do
3333
3434 @ behaviour Benchee.Formatter
3535
36- alias Benchee.Suite
3736 alias Benchee.Formatters.Console . { Memory , Reductions , RunTime }
37+ alias Benchee.Suite
3838
3939 @ doc """
4040 Formats the benchmark statistics to a report suitable for output on the CLI.
You can’t perform that action at this time.
0 commit comments