[commit: ghc] ghc-8.0: testsuite: Bump down allocations of T3064 (9ac7335)
git at git.haskell.org
git at git.haskell.org
Tue Dec 13 20:54:10 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/9ac7335f23ed6887ec728deb28ded9c53986fabd/ghc
>---------------------------------------------------------------
commit 9ac7335f23ed6887ec728deb28ded9c53986fabd
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Dec 12 16:16:15 2016 -0500
testsuite: Bump down allocations of T3064
>---------------------------------------------------------------
9ac7335f23ed6887ec728deb28ded9c53986fabd
testsuite/tests/perf/compiler/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 89d9316..06bc981 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -280,7 +280,7 @@ test('T3064',
# 2014-01-22: 23 (x86/Linux)
# 2014-12-22: 23 (x86/Linux) death to silent superclasses
# 2015-07-11 28 (x86/Linux, 64-bit machine) use +RTS -G1
- (wordsize(64), 66, 20)]),
+ (wordsize(64), 49, 20)]),
# (amd64/Linux): 18
# (amd64/Linux) 2012-02-07: 26
# (amd64/Linux) 2013-02-12: 23; increased range to 10%
@@ -295,6 +295,7 @@ test('T3064',
# (amd64/Linux) 2015-01-22: 32: Varies from 30 to 34, at least here.
# (amd64/Linux) 2015-06-03: 54: use +RTS -G1
# (amd64/Linux) 2016-11-03: 66: Parenthesis reading for Read
+ # (amd64/Linux) 2016-12-12: 49: Unknown
compiler_stats_num_field('bytes allocated',
[(wordsize(32), 153261024, 10),
More information about the ghc-commits
mailing list