gauge v0.2.5 Release Notes

Release Date: 2019-09-08 // over 4 years ago
    • ➕ Add GHCJS support (statistical analysis is not supported)
    • 🛠 Fix issue with perRunEnv
    • ⬇️ Drop support for GHC 7.8

Previous changes from v0.2.4

    • Enhancement: Add nfAppIO and whnfAppIO functions, which take a function and its argument separately like nf/whnf, but whose function returns IO like nfIO/whnfIO. This is useful for benchmarking functions in which the bulk of the work is not bound by IO, but by pure computations that might otherwise be optimized away if the argument is known statically.

    • Bug Fix: Pass -m exact option to the child processes used to run benchmarks in an isolated manner. This avoids running a wrong benchmark due to the default prefix match.