summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-12-12 16:16:15 -0500
committerBen Gamari <ben@smart-cactus.org>2016-12-13 14:19:52 -0500
commit9ac7335f23ed6887ec728deb28ded9c53986fabd (patch)
tree4b3b702816544f27a5e41e459de22dbdc03a5337
parentfb0f4cf66f3fc7590821e6688440bf86c25aced1 (diff)
downloadhaskell-9ac7335f23ed6887ec728deb28ded9c53986fabd.tar.gz
testsuite: Bump down allocations of T3064
-rw-r--r--testsuite/tests/perf/compiler/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 89d93167c4..06bc981135 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),