gauge v0.2.5 Release Notes
Release Date: 2019-09-08 // about 5 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
: AddnfAppIO
andwhnfAppIO
functions, which take a function and its argument separately likenf
/whnf
, but whose function returnsIO
likenfIO
/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.