Created
November 3, 2018 18:57
-
-
Save KamilLelonek/af58febab6d6b178a9aa399d4db0fc71 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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