1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +03:00
semantic/bench/Main.hs

13 lines
244 B
Haskell
Raw Normal View History

{-# OPTIONS_GHC -Wno-unused-imports -Wno-unused-top-binds #-}
module Main (main) where
2019-10-04 19:37:24 +03:00
import Gauge
import qualified Evaluation
import qualified Tagging
2019-10-04 19:37:24 +03:00
main :: IO ()
main = defaultMain
[ Tagging.benchmarks
-- , Evaluation.benchmarks
2019-10-04 19:37:24 +03:00
]