nick8325 / quickcheck

Automatic testing of Haskell programs.
Other
722 stars 120 forks source link

Add test-hugs script #293

Closed phadej closed 4 years ago

phadej commented 4 years ago
phadej commented 4 years ago

CI: green https://travis-ci.org/github/nick8325/quickcheck/builds/675670411

phadej commented 4 years ago

I also tried using SplitMix on hugs. It's noticeably slower than random. Hugs is not so good with Word64 :) So on hugs using random is good choice. 32bit variant might be faster, but it would still require #ifdefs between Word64 and Word32 so probably not worth it.

phadej commented 4 years ago

ping