summaryrefslogtreecommitdiffhomepage
path: root/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types.hs')
-rw-r--r--Types.hs2
1 files changed, 1 insertions, 1 deletions
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)