Skip to content

Instantly share code, notes, and snippets.

@PragTob
Created July 24, 2017 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PragTob/488fb38850daad46eb1eb2a0c471bf78 to your computer and use it in GitHub Desktop.
Save PragTob/488fb38850daad46eb1eb2a0c471bf78 to your computer and use it in GitHub Desktop.
Nice pipe
config
|> Benchee.init
|> Benchee.system
|> Benchee.benchmark("job", fn -> magic end)
|> Benchee.measure
|> Benchee.statistics
|> Benchee.Formatters.Console.output
|> Benchee.Formatters.HTML.output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment