Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Mar 14, 2019
1 parent b317095 commit 4703b07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/benchee/conversion/unit.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Benchee.Conversion.Unit do
A representation of the different units used in `Benchee.Conversion.Format`
and `Benchee.Conversion.Scale` as well as the modules implementing these
behaviours.
A unit is characterized by:
* name - an atom representation of the unit for easy access (`:microseconds`,
Expand Down
2 changes: 1 addition & 1 deletion lib/benchee/formatters/console/helpers.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Benchee.Formatters.Console.Helpers do
@moduledoc false

# These are common functions shared between the formatting of the run time and
# memory usage statistics.

Expand Down
2 changes: 1 addition & 1 deletion lib/benchee/formatters/console/memory.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Benchee.Formatters.Console.Memory do
@moduledoc false

# This deals with just the formatting of the run time results. They are similar
# to the way the memory results are formatted, but different enough to where the
# abstractions start to break down pretty significantly, so I wanted to extract
Expand Down
2 changes: 1 addition & 1 deletion lib/benchee/formatters/console/run_time.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Benchee.Formatters.Console.RunTime do
@moduledoc false

# This deals with just the formatting of the run time results. They are similar
# to the way the memory results are formatted, but different enough to where the
# abstractions start to break down pretty significantly, so I wanted to extract
Expand Down

0 comments on commit 4703b07

Please sign in to comment.