From 3229b02f0aa6bb23e351d00ade1263851a2f1826 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Aug 2016 13:07:43 -0400 Subject: add --benchmark --- Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Types.hs') diff --git a/Types.hs b/Types.hs index 1b32286..799e76e 100644 --- a/Types.hs +++ b/Types.hs @@ -59,5 +59,5 @@ gpgKey = KeyType "gpg" data KeyId = KeyId KeyType B.ByteString deriving (Show) -data Benchmark t = Benchmark { expectedBenchmark :: t, actualBenchmark :: t } +data BenchmarkResult t = BenchmarkResult { expectedBenchmark :: t, actualBenchmark :: t } deriving (Show) -- cgit v1.2.3