Skip to content

Commit

Permalink
Change default number of runs to 3 for head config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpots committed May 15, 2011
1 parent 0f4bec5 commit 68ca590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GhcHead_Config.hs
Expand Up @@ -10,7 +10,7 @@ config = RunConfig {
, runList = map RunSingle allBenchmarks
, sizeList = [Ref]
, tuneList = [Base, Peak]
, iterations = 100
, iterations = 3
, configBuilder = build
}

Expand Down

0 comments on commit 68ca590

Please sign in to comment.