- 21 Jul, 2020 4 commits
-
-
Andreas Klebinger authored
-
Andreas Klebinger authored
-
Andreas Klebinger authored
This caused issues in parallel builds.
-
Andreas Klebinger authored
This allows for a uniform ghc invocation where we always pass the same db.
-
- 17 Jul, 2020 1 commit
-
-
Andreas Klebinger authored
* Use user passed tests as prefix to match against. * Pass compiler args when linking/dependency generation.
-
- 29 May, 2020 6 commits
-
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
This introduces a Shake-based build system, building on Neil Mitchell's prototype from several years ago [1]. This build system has a number of features relative to the existing make-based build system: * results are produced in a common CSV structure, making it easy to use the included analysis tool nofib-compare, to compare results from tests outside of nofib. * Cachegrind runs can be run in parallel, greatly speeding up such measurements * native support for (micro-)architectural performance counters on Linux via `perf stat` [1] https://gist.github.com/ndmitchell/4733855
-
Ben Gamari authored
-
Ben Gamari authored
Improve consistency across tests.
-
Ben Gamari authored
-
- 10 May, 2020 1 commit
-
-
Simon Jakobi authored
Previously I would get an error during `make boot`: EffBench.hs:10:18: error: Could not load module ‘Control.Monad.State.Strict’ It is a member of the hidden package ‘mtl-2.2.2’. You can run ‘:set -package mtl’ to expose it. (Note: this unloads all the modules in the current scope.) Use -v (or `:set -v` in ghci) to see a list of the files searched for. | 10 | import qualified Control.Monad.State.Strict as S |
-
- 20 Dec, 2019 28 commits
-
-
Ben Gamari authored
Since morally these flags are for the program and not runtest
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
Remove both unnecessary SRC_DEPS depenencies and -fglasgow-exts flags.
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-