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:
commit
1243614b30
@ -94,7 +94,10 @@ benchmark semantic-diff-bench
|
|||||||
, recursion-schemes
|
, recursion-schemes
|
||||||
, semantic-diff
|
, semantic-diff
|
||||||
, these
|
, 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-language: Haskell2010
|
||||||
default-extensions: OverloadedStrings, NoImplicitPrelude
|
default-extensions: OverloadedStrings, NoImplicitPrelude
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user