Skip to content

Instantly share code, notes, and snippets.

@PragTob
Created February 10, 2019 17:37
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/db958cce14196224103dd1c0b228568c to your computer and use it in GitHub Desktop.
Save PragTob/db958cce14196224103dd1c0b228568c to your computer and use it in GitHub Desktop.
New formatter options
Benchee.run(
%{
"function" => fn -> something end
},
formatters: [
{Benchee.Formatters.HTML, file: "output/my.html", auto_open: false, inline_assets: true},
Benchee.Formatters.Console
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment