1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00
semantic/bench/Main.hs

12 lines
179 B
Haskell
Raw Normal View History

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
2020-01-15 00:29:42 +03:00
, Evaluation.benchmarks
2019-10-04 19:37:24 +03:00
]