Skip to content

Instantly share code, notes, and snippets.

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