summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-11-11 20:26:13 -0500
committerBen Gamari <ben@smart-cactus.org>2016-11-11 20:27:31 -0500
commit46e2befd9fc63c9cd42657bffecc423eda18847d (patch)
tree68b9b3dae367599c7f8320eca8fcb3bac26a90d0
parentd421a7e22e0be3de32376970b8c38ec308f959da (diff)
downloadhaskell-46e2befd9fc63c9cd42657bffecc423eda18847d.tar.gz
testsuite: Lower allocations for T876
If only we knew why... [skip-ci]
-rw-r--r--testsuite/tests/perf/should_run/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index c20807e7b4..672ce33077 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -83,9 +83,10 @@ test('T876',
[stats_num_field('bytes allocated',
[(platform('x86_64-unknown-mingw32'), 71904, 5),
# 2015-04-03: 71904 (amd64/Windows, unknown cause)
- (wordsize(64), 63216 , 5),
+ (wordsize(64), 58128, 5),
# 2013-02-14: 1263712 (x86_64/Linux)
# 2014-02-10: 63216 (x86_64/Linux), call arity analysis
+ # 2016-11-11: 58128 (x86_64/Linux), it's not clear
(wordsize(32), 53156, 5) ]),
# some date: 663712 (Windows, 64-bit machine)