[commit: ghc] master: Bump Haddock perf numbers for new parser (5356fb3)

git at git.haskell.org git at git.haskell.org
Sun Jan 12 20:45:43 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5356fb3ce85669045f5251cbdfb0d1c0a9f5c04a/ghc

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

commit 5356fb3ce85669045f5251cbdfb0d1c0a9f5c04a
Author: Austin Seipp <austin at well-typed.com>
Date:   Sun Jan 12 12:38:15 2014 -0600

    Bump Haddock perf numbers for new parser
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

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

diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 07797f4..6737109 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -28,7 +28,7 @@ test('haddock.base',
           ,(wordsize(32), 52237984, 1)])
             # 2013-02-10: 52237984 (x86/OSX)
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 6756213256,  5)
+          [(wordsize(64), 7128342344,  5)
             # 2012-08-14: 5920822352 (amd64/Linux)
             # 2012-09-20: 5829972376 (amd64/Linux)
             # 2012-10-08: 5902601224 (amd64/Linux)
@@ -37,6 +37,7 @@ test('haddock.base',
             # 2013-09-17: 6634886456 (x86_64/Linux)
             # 2013-09-18: 6294339840 (x86_64/Linux)
             # 2013-11-21: 6756213256 (x86_64/Linux)
+            # 2014-01-12: 7128342344 (x86_64/Linux)
           ,(platform('i386-unknown-mingw32'), 3097751052, 1)
             # 2013-02-10:                     3358693084 (x86/Windows)
             # 2013-11-13:                     3097751052 (x86/Windows, 64bit machine)
@@ -81,7 +82,7 @@ test('haddock.Cabal',
             # 2012-08-14: 47461532 (x86/OSX)
             # 2013-02-10: 46563344 (x86/OSX)
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 3828567272, 2)
+          [(wordsize(64), 3979151552, 2)
             # 2012-08-14: 3255435248 (amd64/Linux)
             # 2012-08-29: 3324606664 (amd64/Linux, new codegen)
             # 2012-10-08: 3373401360 (amd64/Linux)
@@ -91,6 +92,7 @@ test('haddock.Cabal',
             # 2013-08-26: 3808466816 (amd64/Linux) Cabal updated
             # 2013-11-21: 3908586784 (amd64/Linux) Cabal updated
             # 2013-12-12: 3828567272 (amd64/Linux)
+            # 2014-01-12: 3979151552 (amd64/Linux) new parser
           ,(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