diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-12-01 15:04:44 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-01 15:05:32 -0500 |
commit | a934e2569c6cd5f24ff3302d48a44a4bdd674c97 (patch) | |
tree | 81f26b765079ab0d4fa89a201d6d5d14e39e2d5c /testsuite | |
parent | 0f37550c797b08b953049fb84f6ea127e4d7668c (diff) | |
download | haskell-a934e2569c6cd5f24ff3302d48a44a4bdd674c97.tar.gz |
testsuite: Actually update haddock.compiler allocations
The previous attempt updated the comment but not the value. Silly me.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/haddock/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T index 712debb10e..dee39fc77b 100644 --- a/testsuite/tests/perf/haddock/all.T +++ b/testsuite/tests/perf/haddock/all.T @@ -112,7 +112,7 @@ test('haddock.Cabal', test('haddock.compiler', [unless(in_tree_compiler(), skip), req_haddock ,stats_num_field('bytes allocated', - [(wordsize(64), 55314944264, 10) + [(wordsize(64), 60911147344, 10) # 2012P-08-14: 26070600504 (amd64/Linux) # 2012-08-29: 26353100288 (amd64/Linux, new CG) # 2012-09-18: 26882813032 (amd64/Linux) |