1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00

Merge pull request #732 from github/benchmark-stats

Send benchmark stats to statsd
This commit is contained in:
Timothy Clem 2016-08-22 08:11:39 -07:00 committed by GitHub
commit 1243614b30

View File

@ -94,7 +94,10 @@ benchmark semantic-diff-bench
, recursion-schemes
, semantic-diff
, these
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static
if os(darwin)
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static
else
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static -pgml=script/g++
default-language: Haskell2010
default-extensions: OverloadedStrings, NoImplicitPrelude