[commit: testsuite] master: Adjust performance of T783 to #8456 fix (3ac7046)
git at git.haskell.org
git at git.haskell.org
Thu Oct 24 15:05:51 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3ac7046a52d1d37e3cd3f09d556caabbb9b75716/testsuite
>---------------------------------------------------------------
commit 3ac7046a52d1d37e3cd3f09d556caabbb9b75716
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Thu Oct 24 17:04:35 2013 +0200
Adjust performance of T783 to #8456 fix
>---------------------------------------------------------------
3ac7046a52d1d37e3cd3f09d556caabbb9b75716
tests/perf/compiler/all.T | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 917dd75..43f8065 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -261,7 +261,7 @@ test('T783',
# 2012-10-08: 226907420 (x86/Linux)
# 2013-02-10: 329202116 (x86/Windows)
# 2013-02-10: 338465200 (x86/OSX)
- (wordsize(64), 734038080, 10)]),
+ (wordsize(64), 654804144, 10)]),
# prev: 349263216 (amd64/Linux)
# 07/08/2012: 384479856 (amd64/Linux)
# 29/08/2012: 436927840 (amd64/Linux)
@@ -270,6 +270,8 @@ test('T783',
# other perf tests remained about the same)
# 18/10/2013: 734038080 (amd64/Linux)
# (fix for #8456)
+ # 24/10/2013: 654804144 (amd64/Linux)
+ # (fix previous fix for #8456)
extra_hc_opts('-static')
],
compile,[''])
More information about the ghc-commits
mailing list