Skip to content

Commit

Permalink
Reinstate a benchmark by deleting a module
Browse files Browse the repository at this point in the history
  • Loading branch information
idontgetoutmuch committed May 1, 2020
1 parent a2862d4 commit 5e8469f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 165 deletions.
1 change: 0 additions & 1 deletion random-fu/src/Data/Random.hs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ import Data.Random.Source (MonadRandom, RandomSource)
import Data.Random.Source.IO ()
import Data.Random.Source.MWC ()
import Data.Random.Source.StdGen ()
import Data.Random.Source.PureMT ()
import Data.Random.Source.Std
import Data.Random.Distribution
import Data.Random.Distribution.Gamma
Expand Down
1 change: 0 additions & 1 deletion random-source/random-source.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Library
hs-source-dirs: src
exposed-modules: Data.Random.Source
Data.Random.Source.IO
Data.Random.Source.PureMT
Data.Random.Source.RandomGen
Data.Random.Source.Std
Data.Random.Source.StdGen
Expand Down
162 changes: 0 additions & 162 deletions random-source/src/Data/Random/Source/PureMT.hs

This file was deleted.

2 changes: 1 addition & 1 deletion tests/speed/Bench.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ main = do
defaultMain
[ bgroup "dists"
[ bgroup "MWC" (dists mwcSrc count)
-- , bgroup "PureMT" (dists mtSrc count)
, bgroup "PureMT" (dists mtSrc count)
, bgroup "StdGen" (dists stdSrc count)
, bgroup "DevRandom" (dists DevRandom count)
, bgroup "DevURandom" (dists DevURandom count)
Expand Down

0 comments on commit 5e8469f

Please sign in to comment.