mirror of
https://github.com/haskell-servant/servant-ekg.git
synced 2024-11-23 03:29:43 +01:00
Make bench benchmark
This commit is contained in:
parent
b972d0ddc7
commit
9f610bbe88
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ test-suite spec
|
||||||
, wai
|
, wai
|
||||||
, warp >=3.2.4 && <3.3
|
, warp >=3.2.4 && <3.3
|
||||||
|
|
||||||
executable bench
|
benchmark bench
|
||||||
|
type: exitcode-stdio-1.0
|
||||||
hs-source-dirs: bench
|
hs-source-dirs: bench
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
ghc-options: -Wall -threaded
|
ghc-options: -Wall -threaded
|
||||||
|
|
Loading…
Reference in a new issue