feed-gipeda-0.3.0.1: CI service around gipeda

Safe HaskellNone
LanguageHaskell2010

FeedGipeda.Slave

Description

benchmark contains the logic to be executed on slave nodes.

Synopsis

Documentation

benchmark :: String -> Repo -> SHA -> Timeout -> IO String Source #

Clones the given repo at a specific commit into a temporary directory. Then calls the benchmarkScript within that directory and returns its output.

Will be executed on slave nodes.