- Feb 09, 2023
-
-
Andreas Klebinger authored
-
Andreas Klebinger authored
-
- Sep 17, 2022
-
-
Andreas Klebinger authored
-
- Jun 22, 2022
-
-
Andreas Klebinger authored
Some of the parallel benchmarks aren't very stable with a limited number of iterations so don't run them by default. They used to be not run at all! So not a huge change imo. Also bump the base bounds to make newer ghcs work again.
-
Andreas Klebinger authored
-
- Apr 04, 2022
-
-
- Mar 06, 2022
-
-
- Nov 07, 2021
-
-
- Sep 16, 2021
-
-
Ben Gamari authored
-
- Sep 07, 2021
-
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
- Jul 06, 2021
-
-
Andreas Klebinger authored
-
- May 29, 2021
-
-
Oleg Grenrus authored
-
- May 06, 2021
-
-
Andreas Klebinger authored
-
Andreas Klebinger authored
This can be used via passing --head to the nofib runner. It will build benchmark dependencies using the given benchmark compiler and hackage.head.
-
Andreas Klebinger authored
-
- May 05, 2021
-
-
Andreas Klebinger authored
-
Andreas Klebinger authored
-
- Mar 29, 2021
-
-
Benjamin Maurer authored
-
- Mar 26, 2021
-
-
Benjamin Maurer authored
-
- Jan 05, 2021
-
-
-
The build system now does this automatically.
-
- Dec 22, 2020
-
-
Andreas Klebinger authored
-
- Oct 27, 2020
-
-
Ben Gamari authored
-
Ben Gamari authored
The rule did not produce this file.
-
- Oct 15, 2020
-
-
Ben Gamari authored
We rather generate `Main.cachegrind.result.<n>`. For now I'll just let this fact go unrepresented in the build graph.
-
Ben Gamari authored
To avoid interfering with test output.
-
- Oct 13, 2020
-
-
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 There are also a few more changes to tests to make this build system work well with nofib. In particular: * The Main module for some benchmarks has been renamed. * The boot phase of benchmarks is now done by a boot.sh script. * Replace some uses of perl with ghci. * Some benchmarks that we didn't use to run by default had missing/wrong(!) stdout files. I added/updated these. Take note that shake will run *more* benchmarks by default than make used to. So you might want to select a subset of benchmarks to run when using it.
-