We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec55f98 commit 8593e58Copy full SHA for 8593e58
README.md
@@ -26,14 +26,14 @@ that I (and others) can understand at a glance.
26
Install it easily on most platforms with [stack](https://haskell-lang.org/get-started) (or cabal).
27
It's not yet on Hackage, so you'll need the source:
28
29
-```bash
+```
30
$ git clone https://github.com/simonmichael/quickbench.git
31
$ cd quickbench
32
$ stack install # ensure $PATH includes ~/.local/bin
33
```
34
35
You can specify test commands as arguments:
36
37
$ quickbench 'sleep 1'
38
Running 1 tests 1 times at 2016-10-16 23:06:48.058578 UTC:
39
0 commit comments