summaryrefslogtreecommitdiff
path: root/testsuite/tests/callarity
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2015-04-03 05:59:57 -0500
committerAustin Seipp <austin@well-typed.com>2015-04-03 14:46:48 -0500
commita0c1c96515f4fbe1cf04b9760ed4f87e1544fcda (patch)
tree851d2993b11e39edb613a25d1323eb954d4129dc /testsuite/tests/callarity
parentab0743f84aabc2b4f5681c09a3e11cb219d114e4 (diff)
downloadhaskell-a0c1c96515f4fbe1cf04b9760ed4f87e1544fcda.tar.gz
testsuite: fix failing amd64/Windows perf tests
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/tests/callarity')
-rw-r--r--testsuite/tests/callarity/perf/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/callarity/perf/all.T b/testsuite/tests/callarity/perf/all.T
index 1c7969474c..83083d4b4d 100644
--- a/testsuite/tests/callarity/perf/all.T
+++ b/testsuite/tests/callarity/perf/all.T
@@ -1,9 +1,10 @@
test('T3924',
[stats_num_field('bytes allocated',
- [ (wordsize(64), 50760, 5),
+ [ (wordsize(64), 50760, 8),
# previously, without call-arity: 22326544
# 2014-01-18: 51480 (amd64/Linux)
# 2014-07-17: 50760 (amd64/Linux) (Roundabout adjustment)
+ # 2015-04-03: Widen 5->8% (amd64/Windows was doing better)
(wordsize(32), 44988, 5) ]),
# 2014-04-04: 44988 (Windows, 64-bit machine)
only_ways(['normal'])