tasty-bench 0.2.1 → 0.2.2
raw patch · 3 files changed
+6/−2 lines, 3 files
Files
- Test/Tasty/Bench.hs +1/−1
- changelog.md +4/−0
- tasty-bench.cabal +1/−1
Test/Tasty/Bench.hs view
@@ -788,7 +788,7 @@ -- -- Drop-in replacement for 'Criterion.whnfIO' and 'Gauge.whnfIO'. ---whnfIO :: NFData a => IO a -> Benchmarkable+whnfIO :: IO a -> Benchmarkable whnfIO = ioToBench id {-# INLINE whnfIO #-}
changelog.md view
@@ -1,3 +1,7 @@+# 0.2.2++* Remove `NFData` constraint from `whnfIO`.+ # 0.2.1 * Fix integer overflow in stdev computations.
tasty-bench.cabal view
@@ -1,5 +1,5 @@ name: tasty-bench-version: 0.2.1+version: 0.2.2 cabal-version: >=1.10 build-type: Simple license: MIT