Skip to content

Commit

Permalink
Delete unneeded samples and adjust verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Mar 28, 2019
1 parent 79cb860 commit 062764b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 50 deletions.
10 changes: 0 additions & 10 deletions samples/configured_formatter.exs

This file was deleted.

20 changes: 0 additions & 20 deletions samples/run_old_school.exs

This file was deleted.

19 changes: 0 additions & 19 deletions samples/verbose_format.exs

This file was deleted.

3 changes: 2 additions & 1 deletion samples/verbose_output.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ map_fun = fn i -> [i, i * i] end
"map.flatten",
fn -> list |> Enum.map(map_fun) |> List.flatten() end
)
|> Benchee.measure()
|> Benchee.collect()
|> Benchee.statistics()
|> Benchee.relative_statistics()
|> Benchee.Formatter.output()

0 comments on commit 062764b

Please sign in to comment.