[commit: ghc] master: testsuite: Update allocation numbers for T5631 (0a122a4)
git at git.haskell.org
git at git.haskell.org
Fri Nov 11 04:50:51 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0a122a4ca6a3be3ce016c9c9214caaa59f285fee/ghc
>---------------------------------------------------------------
commit 0a122a4ca6a3be3ce016c9c9214caaa59f285fee
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Nov 10 15:25:08 2016 -0500
testsuite: Update allocation numbers for T5631
>---------------------------------------------------------------
0a122a4ca6a3be3ce016c9c9214caaa59f285fee
testsuite/tests/perf/compiler/all.T | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index b4f084f..72c58c7 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -416,7 +416,7 @@ test('T5631',
# 2014-04-04: 346389856 (x86 Windows, 64 bit machine)
# 2014-12-01: 390199244 (Windows laptop)
# 2016-04-06: 570137436 (amd64/Linux) many reasons
- (wordsize(64), 1024926024, 5)]),
+ (wordsize(64), 1077429456, 5)]),
# expected value: 774595008 (amd64/Linux):
# expected value: 735486328 (amd64/Linux) 2012/12/12:
# expected value: 690742040 (amd64/Linux) Call Arity improvements
@@ -427,6 +427,8 @@ test('T5631',
# 2015-12-21: 1198327544 (Mac) TypeApplications (will fix with #11196)
# 2015-03-18: 1124068664 (Mac) optimize Unify & zonking
# 2016-10-19: 1024926024 (amd64/Linux) Refactor traceRn interface (#12617)
+ # 2016-11-10: 1077429456 (amd64/Linux) Stop -dno-debug-output supressing -ddump-tc-trace
+
only_ways(['normal'])
],
compile,
More information about the ghc-commits
mailing list