summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-09-10 14:52:20 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2014-09-10 14:52:21 +0200
commit57fd8ce37fac58c346ec0256ddc3b987e75dbcfa (patch)
tree38c9bc740fb093602c88e665307deef33533feb1 /testsuite
parent71c85300d6280c250b2dcfb48a85e7583ec59bbc (diff)
downloadhaskell-57fd8ce37fac58c346ec0256ddc3b987e75dbcfa.tar.gz
Fix T5321Fun perf number
(I obviously copy’n’pasted the wrong number.)
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/perf/compiler/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index c1314d348f..661e65c111 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,[''])