[commit: ghc] master: Fix T5321Fun perf number (57fd8ce)
git at git.haskell.org
git at git.haskell.org
Wed Sep 10 12:52:38 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/57fd8ce37fac58c346ec0256ddc3b987e75dbcfa/ghc
>---------------------------------------------------------------
commit 57fd8ce37fac58c346ec0256ddc3b987e75dbcfa
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Sep 10 14:52:20 2014 +0200
Fix T5321Fun perf number
(I obviously copy’n’pasted the wrong number.)
>---------------------------------------------------------------
57fd8ce37fac58c346ec0256ddc3b987e75dbcfa
testsuite/tests/perf/compiler/all.T | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index c1314d3..661e65c 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -372,13 +372,13 @@ test('T5321Fun',
# 2012-10-08: 344416344 x86/Linux
# (increase due to new codegen)
# 2014-09-03: 299656164 (specialisation and inlining)
- (wordsize(64), 408664512, 10)])
+ (wordsize(64), 601629032, 10)])
# prev: 585521080
# 29/08/2012: 713385808 # (increase due to new codegen)
# 15/05/2013: 628341952 # (reason for decrease unknown)
# 24/06/2013: 694019152 # (reason for re-increase unknown)
# 12/05/2014: 614409344 # (specialisation and inlining changes)
- # 10/09/2014: 408664512 # post-AMP-cleanp
+ # 10/09/2014: 601629032 # post-AMP-cleanp
],
compile,[''])
More information about the ghc-commits
mailing list