nofib-analyse

Parse and compare nofib runs

https://ghc.haskell.org/trac/ghc/wiki/Building/RunningNoFib

Latest on Hackage:9.4.4

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Simon Marlow
Maintained by Joachim Breitner

The nofib benchmark suite is the standard benchmark suite to measure Haskell compilers. The nofib-analyse program can parse the logs of nofib runs, and compare their output, producing tables in text, LaTeX or HTML format.

nofib-analyse is readily available in your GHC source tree in nofib/nofib-analyse, so usually, you will not need this packages. It might however be handy when you need to analyse log files without having a checked-out copy of GHC around.