[commit: testsuite] master: Revert "Significant (15%) bytes-allocated reduction in haddock.Cabal and haddock.base" (972e141)

Simon Marlow marlowsd at gmail.com
Tue Feb 19 16:57:20 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/972e14164b8377d39aadecfd6567f0e7fa5b7840

>---------------------------------------------------------------

commit 972e14164b8377d39aadecfd6567f0e7fa5b7840
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Mon Feb 18 10:40:29 2013 +0000

    Revert "Significant (15%) bytes-allocated reduction in haddock.Cabal and haddock.base"
    
    This reverts commit c3c9babf10990ccc36451b3758d6f19d749b879d.

>---------------------------------------------------------------

 tests/perf/haddock/all.T |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index e1fdd86..ba25e14 100644
--- a/tests/perf/haddock/all.T
+++ b/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)





More information about the ghc-commits mailing list