BenchmarkHistory 0.0.0.1 → 0.0.0.2
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~vectorPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: vector
API changes (from Hackage documentation)
- BenchmarkHistory: getGCStatistics :: GCStatistics -> GCStats
- BenchmarkHistory: getTimeStamp :: TimeStamp -> LocalTime
- BenchmarkHistory: instance Constructor C1_0GCStatistics
- BenchmarkHistory: instance Constructor C1_0Stats
- BenchmarkHistory: instance Constructor C1_0TimeStamp
- BenchmarkHistory: instance Datatype D1GCStatistics
- BenchmarkHistory: instance Datatype D1Stats
- BenchmarkHistory: instance Datatype D1TimeStamp
- BenchmarkHistory: instance DefaultOrdered Stats
- BenchmarkHistory: instance FromField GCStatistics
- BenchmarkHistory: instance FromField TimeStamp
- BenchmarkHistory: instance FromNamedRecord Stats
- BenchmarkHistory: instance FromRecord Stats
- BenchmarkHistory: instance Generic GCStatistics
- BenchmarkHistory: instance Generic Stats
- BenchmarkHistory: instance Generic TimeStamp
- BenchmarkHistory: instance NFData GCStatistics
- BenchmarkHistory: instance NFData Stats
- BenchmarkHistory: instance NFData TimeStamp
- BenchmarkHistory: instance Read GCStatistics
- BenchmarkHistory: instance Read Stats
- BenchmarkHistory: instance Read TimeStamp
- BenchmarkHistory: instance Selector S1_0_0GCStatistics
- BenchmarkHistory: instance Selector S1_0_0Stats
- BenchmarkHistory: instance Selector S1_0_0TimeStamp
- BenchmarkHistory: instance Selector S1_0_1Stats
- BenchmarkHistory: instance Selector S1_0_2Stats
- BenchmarkHistory: instance Selector S1_0_3Stats
- BenchmarkHistory: instance Show GCStatistics
- BenchmarkHistory: instance Show Stats
- BenchmarkHistory: instance Show TimeStamp
- BenchmarkHistory: instance ToField GCStatistics
- BenchmarkHistory: instance ToField TimeStamp
- BenchmarkHistory: instance ToNamedRecord Stats
- BenchmarkHistory: instance ToRecord Stats
- BenchmarkHistory: multiplier :: Stats -> !Int
- BenchmarkHistory: postStats :: Stats -> !GCStatistics
- BenchmarkHistory: preStats :: Stats -> !GCStatistics
- BenchmarkHistory: timeStamp :: Stats -> !TimeStamp
+ BenchmarkHistory: [getGCStatistics] :: GCStatistics -> GCStats
+ BenchmarkHistory: [getTimeStamp] :: TimeStamp -> LocalTime
+ BenchmarkHistory: [multiplier] :: Stats -> !Int
+ BenchmarkHistory: [postStats] :: Stats -> !GCStatistics
+ BenchmarkHistory: [preStats] :: Stats -> !GCStatistics
+ BenchmarkHistory: [timeStamp] :: Stats -> !TimeStamp
+ BenchmarkHistory: instance Control.DeepSeq.NFData BenchmarkHistory.GCStatistics
+ BenchmarkHistory: instance Control.DeepSeq.NFData BenchmarkHistory.Stats
+ BenchmarkHistory: instance Control.DeepSeq.NFData BenchmarkHistory.TimeStamp
+ BenchmarkHistory: instance Data.Csv.Conversion.DefaultOrdered BenchmarkHistory.Stats
+ BenchmarkHistory: instance Data.Csv.Conversion.FromField BenchmarkHistory.GCStatistics
+ BenchmarkHistory: instance Data.Csv.Conversion.FromField BenchmarkHistory.TimeStamp
+ BenchmarkHistory: instance Data.Csv.Conversion.FromNamedRecord BenchmarkHistory.Stats
+ BenchmarkHistory: instance Data.Csv.Conversion.FromRecord BenchmarkHistory.Stats
+ BenchmarkHistory: instance Data.Csv.Conversion.ToField BenchmarkHistory.GCStatistics
+ BenchmarkHistory: instance Data.Csv.Conversion.ToField BenchmarkHistory.TimeStamp
+ BenchmarkHistory: instance Data.Csv.Conversion.ToNamedRecord BenchmarkHistory.Stats
+ BenchmarkHistory: instance Data.Csv.Conversion.ToRecord BenchmarkHistory.Stats
+ BenchmarkHistory: instance GHC.Generics.Constructor BenchmarkHistory.C1_0GCStatistics
+ BenchmarkHistory: instance GHC.Generics.Constructor BenchmarkHistory.C1_0Stats
+ BenchmarkHistory: instance GHC.Generics.Constructor BenchmarkHistory.C1_0TimeStamp
+ BenchmarkHistory: instance GHC.Generics.Datatype BenchmarkHistory.D1GCStatistics
+ BenchmarkHistory: instance GHC.Generics.Datatype BenchmarkHistory.D1Stats
+ BenchmarkHistory: instance GHC.Generics.Datatype BenchmarkHistory.D1TimeStamp
+ BenchmarkHistory: instance GHC.Generics.Generic BenchmarkHistory.GCStatistics
+ BenchmarkHistory: instance GHC.Generics.Generic BenchmarkHistory.Stats
+ BenchmarkHistory: instance GHC.Generics.Generic BenchmarkHistory.TimeStamp
+ BenchmarkHistory: instance GHC.Generics.Selector BenchmarkHistory.S1_0_0GCStatistics
+ BenchmarkHistory: instance GHC.Generics.Selector BenchmarkHistory.S1_0_0Stats
+ BenchmarkHistory: instance GHC.Generics.Selector BenchmarkHistory.S1_0_0TimeStamp
+ BenchmarkHistory: instance GHC.Generics.Selector BenchmarkHistory.S1_0_1Stats
+ BenchmarkHistory: instance GHC.Generics.Selector BenchmarkHistory.S1_0_2Stats
+ BenchmarkHistory: instance GHC.Generics.Selector BenchmarkHistory.S1_0_3Stats
+ BenchmarkHistory: instance GHC.Read.Read BenchmarkHistory.GCStatistics
+ BenchmarkHistory: instance GHC.Read.Read BenchmarkHistory.Stats
+ BenchmarkHistory: instance GHC.Read.Read BenchmarkHistory.TimeStamp
+ BenchmarkHistory: instance GHC.Show.Show BenchmarkHistory.GCStatistics
+ BenchmarkHistory: instance GHC.Show.Show BenchmarkHistory.Stats
+ BenchmarkHistory: instance GHC.Show.Show BenchmarkHistory.TimeStamp
Files
- BenchmarkHistory.cabal +3/−3
- changelog.md +5/−0
BenchmarkHistory.cabal view
@@ -1,5 +1,5 @@ name: BenchmarkHistory-version: 0.0.0.1+version: 0.0.0.2 author: Christian Hoener zu Siederdissen, 2015 copyright: Christian Hoener zu Siederdissen, 2015 homepage: https://github.com/choener/BenchmarkHistory@@ -11,7 +11,7 @@ build-type: Simple stability: experimental cabal-version: >= 1.10.0-tested-with: GHC == 7.8.4, GHC == 7.10.1+tested-with: GHC == 7.8.4, GHC == 7.10.2 synopsis: Benchmark functions with history description: Benchmark functions via @GHC.Stats@ and keep a history of@@ -40,7 +40,7 @@ , directory , statistics >= 0.13 && < 0.14 , time- , vector >= 0.10 && < 0.11+ , vector >= 0.10 && < 0.12 exposed-modules: BenchmarkHistory default-language:
changelog.md view
@@ -1,3 +1,8 @@+0.0.0.2+-------++- vector 0.11 supported+ 0.0.0.1 -------