[commit: nofib] master: Note why all shootout benchmarks couldn't be added (c82455f)
Johan Tibell
johan.tibell at gmail.com
Wed Feb 6 00:19:59 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/nofib
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c82455feed0f4ea2b10bfd94e7760b2e6e39324c
>---------------------------------------------------------------
commit c82455feed0f4ea2b10bfd94e7760b2e6e39324c
Author: Johan Tibell <johan.tibell at gmail.com>
Date: Tue Feb 5 15:19:31 2013 -0800
Note why all shootout benchmarks couldn't be added
>---------------------------------------------------------------
shootout/README | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/shootout/README b/shootout/README
index 31435d1..babcd35 100644
--- a/shootout/README
+++ b/shootout/README
@@ -5,4 +5,21 @@ micro-optimized code.
To run the benchmarks under the official settings, pass mode=slow to
make. You might also want to pass EXTRA_HC_OPTS="-fllvm".
+Notes:
+
+ * The fasta benchmark wasn't included as its output (which would have
+ to go in a .stdout file) is too large to check into the source
+ tree.
+
+ * The mandelbrot benchmark wasn't included as its binary output
+ (which would have to go in a .stdout file) is too large to check
+ into the source tree.
+
+ * The regex-dna benchmark wasn't included as it depend on regex-pcre,
+ which requires C libraries that aren't installed by default on many
+ platforms.
+
+ * The k-nucleotide benchmark wasn't included as it segfaults on my
+ 64-bit OS X 10.8.2 machine.
+
1. http://benchmarksgame.alioth.debian.org/
More information about the ghc-commits
mailing list