Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Created November 3, 2018 18:57
Show Gist options
  • Save KamilLelonek/af58febab6d6b178a9aa399d4db0fc71 to your computer and use it in GitHub Desktop.
Save KamilLelonek/af58febab6d6b178a9aa399d4db0fc71 to your computer and use it in GitHub Desktop.
import Util.{Reset, Combinators}
# ...
conn = conn!()
Benchee.run(
# ...
time: 40,
warmup: 10,
inputs: inputs,
before_scenario: do_reset!(conn) ~> init,
formatter_options: %{console: %{extended_statistics: true}}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment