diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-02-21 09:12:34 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-21 09:31:17 -0500 |
commit | 82694e6765da1db4e7596ec410e4c41d3bf1ca94 (patch) | |
tree | 23adddcf64530a88476bb0e0c610c1df1e2e96e0 /testsuite/tests/perf | |
parent | 95cbb55cf7dfeaae466f0512af28a92914faacb5 (diff) | |
download | haskell-82694e6765da1db4e7596ec410e4c41d3bf1ca94.tar.gz |
testsuite: Fix allocations of T10547
Previously the comment was correct, but the expected value itself was never
updated.
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index f3c318b016..c9b50919f5 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -901,7 +901,7 @@ test('T10370', test('T10547', [ compiler_stats_num_field('bytes allocated', - [(wordsize(64), 31041520, 20), + [(wordsize(64), 37681360, 20), # initial: 39165544 # 2016-11-25: 31041520 Linux Around the time of refactoring the constraint solver; # but I think that only pushed it over the edge |