diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-02-18 10:40:29 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2013-02-19 15:56:45 +0000 |
commit | 7d7518fd87f279189f534c6e04af3d844f3db31c (patch) | |
tree | 513057cb8c837814354d8e0296aebb65f57763e0 /testsuite | |
parent | 5a2f0bc547b6131fb83486a8438a74d1dbc13a99 (diff) | |
download | haskell-7d7518fd87f279189f534c6e04af3d844f3db31c.tar.gz |
Revert "Significant (15%) bytes-allocated reduction in haddock.Cabal and haddock.base"
This reverts commit c3c9babf10990ccc36451b3758d6f19d749b879d.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/haddock/all.T | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T index e1fdd869e8..ba25e146b5 100644 --- a/testsuite/tests/perf/haddock/all.T +++ b/testsuite/tests/perf/haddock/all.T @@ -25,13 +25,12 @@ test('haddock.base', ,(wordsize(32), 52237984, 1)]) # 2013-02-10: 52237984 (x86/OSX) ,stats_num_field('bytes allocated', - [(wordsize(64), 5184155784, 5) + [(wordsize(64), 6282746976, 5) # 2012-08-14: 5920822352 (amd64/Linux) # 2012-09-20: 5829972376 (amd64/Linux) # 2012-10-08: 5902601224 (amd64/Linux) # 2013-01-17: 6064874536 (x86_64/Linux) # 2013-02-10: 6282746976 (x86_64/Linux) - # 2013-02-13: 5184155784 (x86_64/Linux) ,(platform('i386-unknown-mingw32'), 3358693084, 1) # 2013-02-10: 3358693084 (x86/Windows) ,(wordsize(32), 3146596848, 1)]) @@ -68,11 +67,10 @@ test('haddock.Cabal', # 2012-08-14: 47461532 (x86/OSX) # 2013-02-10: 46563344 (x86/OSX) ,stats_num_field('bytes allocated', - [(wordsize(64), 2809307464, 5) + [(wordsize(64), 3373401360, 2) # 2012-08-14: 3255435248 (amd64/Linux) # 2012-08-29: 3324606664 (amd64/Linux, new codegen) # 2012-10-08: 3373401360 (amd64/Linux) - # 2013-02-13: 2809307464 (amd64/Linux) ,(platform('i386-unknown-mingw32'), 1906532680, 1) # 2012-10-30: 1733638168 (x86/Windows) # 2013-02-10: 1906532680 (x86/Windows) |