diff options
author | David Feuer <david.feuer@gmail.com> | 2017-06-29 19:36:42 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-06-29 19:36:42 -0400 |
commit | c3f12ec5edba697cfba199a360c7962bfc9f7e80 (patch) | |
tree | 28155a6c8c7e28b6cd4d895f519f15922d09d8b7 | |
parent | c2fb6e8e8e568a9cc7a2da61c4f966c3742c9dbb (diff) | |
download | haskell-c3f12ec5edba697cfba199a360c7962bfc9f7e80.tar.gz |
Fix T13701 allocation for Linux
For some reason, this test seems to allocate rather more under
Linux than under OSX or Windows.
Reviewers: austin, bgamari
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3684
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index f53a84c671..10fa715526 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -1131,6 +1131,7 @@ test('MultiLayerModules', 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 |