diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-31 22:32:21 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-31 22:32:21 -0400 |
commit | 546c2a17ae3b21448f7fd467cc47807ae977e51f (patch) | |
tree | 4c819f82e9a8de350e88180a055947d6167b05cc | |
parent | e13419c5562ed0aa587516255d1dbb48a8165457 (diff) | |
download | haskell-546c2a17ae3b21448f7fd467cc47807ae977e51f.tar.gz |
testsuite: Update Windows allocations for T12234
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 595fb592d0..e1d4552b50 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -1012,9 +1012,10 @@ test('T12425', test('T12234', [ only_ways(['optasm']), compiler_stats_num_field('bytes allocated', - [(platform('x86_64-unknown-mingw32'), 89180624, 5), + [(platform('x86_64-unknown-mingw32'), 79889200, 5), # initial: 83032768 - # 2017-02-19 89180624 (x64/Windows) - Unknown + # 2017-02-19 89180624 (x64/Windows) - Unknown + # 2017-02-25 79889200 (x64/Windows) - Early inline patch (wordsize(64), 80245640, 5), # initial: 72958288 # 2016-01-17: 76848856 (x86-64, Linux. drift?) |