[project @ 2005-04-28 09:46:25 by simonmar]
authorsimonmar <unknown>
Thu, 28 Apr 2005 09:46:25 +0000 (09:46 +0000)
committersimonmar <unknown>
Thu, 28 Apr 2005 09:46:25 +0000 (09:46 +0000)
Run each nofib program multiple times, tunable by the $(NoFibRuns)
variable.  nofib-analyse already knows how to average the times from
multiple runs.

mk/config.mk.in

index 3dc3225..73e9e69 100644 (file)
@@ -471,6 +471,9 @@ NoFibWays = $(GhcLibWays)
 # Haskell compiler options for nofib
 NoFibHcOpts = -O
 
+# Number of times to run each program
+NoFibRuns = 5
+
 # ==============================================================================
 #
 #                      END OF PROJECT-SPECIFIC STUFF