- Jun 06, 2022
-
-
Benjamin Maurer authored
real/smallpt's .slowstdout file was missing. The value in spectral/dom-lt's was wrong, also runtime was lower than 5 sek on my machine (should be between 5-10s), so I increased the argument and updated dom-lt.slowstdout.
-
- Jun 05, 2022
-
-
Benjamin Maurer authored
bc. program invocation on shake based nofib-run was broken. Also added a few arguments to input to make single iteration longer and adjusted iteration counts to get desired execution times.
-
- Apr 04, 2022
-
-
Andreas Klebinger authored
ghc-9 introduces a regression(?) in FP precision (See ghc ticket #19569). While this is unfortunate we want nofib to be useable with ghc 8.10 and 9.0 as far as possible. So I added an additional argument to the benchmark which controls if we output the benchmark result or not, which is off by default. This allows easy checking of the output manually without causing benchmark errors because the output differs. I've also added the benchmark to the ghc testsuite to avoid future regressions.
-
-
Andreas Klebinger authored
-
- Mar 13, 2022
-
-
Alex D authored
-
- Mar 10, 2022
-
-
Ben Gamari authored
-
Ben Gamari authored
-
- Mar 06, 2022
-
-
- Mar 02, 2022
-
-
Current test does some floating-point manipulations which can be non-deterministic due to different platforms/architectures. This change truncates the result to avoid potential stdout mismatch.
-
- Nov 13, 2021
-
-
By reducing the size of the raytraced image.
-
- Nov 07, 2021
-
-
- Oct 18, 2021
-
-
Matthew Pickering authored
-
Matthew Pickering authored
-
- Oct 12, 2021
-
-
Matthew Pickering authored
-
Matthew Pickering authored
-
- Sep 16, 2021
-
-
Ben Gamari authored
-
- Sep 07, 2021
-
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
- Jul 06, 2021
-
-
Andreas Klebinger authored
-
Matthew Pickering authored
-
- May 29, 2021
-
-
Oleg Grenrus authored
-
- May 07, 2021
-
-
- May 06, 2021
-
-
Andreas Klebinger authored
-
Andreas Klebinger authored
-
Andreas Klebinger authored
-
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
-
Andreas Klebinger authored
-
Andreas Klebinger authored
* We adjust for the specialisation of Data.List by hiding the generic version from the Prelude. This should make this change backwards compatible with older base versions. * Adjust the gc benchmarks. I've mostly made them the same as their non-gc parts now.
-
- May 05, 2021
-
-
Andreas Klebinger authored
-
Andreas Klebinger authored
-
Andreas Klebinger authored
-
- Apr 27, 2021
-
-
Ben Gamari authored
-
-
-
- Mar 29, 2021
-
-
Benjamin Maurer authored
-