summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-07-11 13:19:53 -0400
committerBen Gamari <ben@smart-cactus.org>2017-07-11 13:39:50 -0400
commit4f6901334c3ced4ecc0c211f4c2ba5f56db9eab5 (patch)
tree4970e52df565f6adc9e7fbba9f57d149aae10ef8 /testsuite/tests
parentc506f8353755333e21d5ee35bc71d2c8f9ddcb1b (diff)
downloadhaskell-4f6901334c3ced4ecc0c211f4c2ba5f56db9eab5.tar.gz
testsuite: Decrease T13701 allocations
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/perf/compiler/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 10fa715526..f8b93aa41a 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1132,9 +1132,9 @@ test('T13701',
[ compiler_stats_num_field('bytes allocated',
[(platform('x86_64-apple-darwin'), 2217187888, 10),
(platform('x86_64-unknown-linux'), 2467546360, 10),
- (wordsize(64), 2188045288, 10),
# initial: 2511285600
# 2017-06-23: 2188045288 treat banged variable bindings as FunBinds
+ # 2017-07-11: 2187920960
]),
pre_cmd('./genT13701'),
extra_files(['genT13701']),