new improved benchmark command that can benchmark anything git-annex does
This commit is contained in:
parent
3b3d31583b
commit
11d6e2e260
11 changed files with 184 additions and 123 deletions
15
Types/Benchmark.hs
Normal file
15
Types/Benchmark.hs
Normal file
|
@ -0,0 +1,15 @@
|
|||
{- git-annex benchmark data types.
|
||||
-
|
||||
- Copyright 2019 Joey Hess <id@joeyh.name>
|
||||
-
|
||||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Types.Benchmark where
|
||||
|
||||
import Annex
|
||||
import Types.Command
|
||||
|
||||
type BenchmarkGenerator = [String] -> Annex (IO ())
|
||||
|
||||
type MkBenchmarkGenerator = [Command] -> BenchmarkGenerator
|
Loading…
Add table
Add a link
Reference in a new issue