[commit: ghc] master: Temporarily bump Haddock numbers; I'm going to fix it. (c88559b)

git at git.haskell.org git at git.haskell.org
Tue Aug 5 18:04:11 UTC 2014


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

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

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

commit c88559b3304cc5e142ab9c2655d48e570f81afeb
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Tue Aug 5 11:03:58 2014 -0700

    Temporarily bump Haddock numbers; I'm going to fix it.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

c88559b3304cc5e142ab9c2655d48e570f81afeb
 testsuite/tests/perf/haddock/all.T | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 49321b9..376a944 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -33,7 +33,7 @@ test('haddock.base',
             # 2014-01-22: 62189068 (x86/Linux)
             # 2014-06-29: 58243640 (x86/Linux)
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 7498123680,  5)
+          [(wordsize(64), 7992757384,  5)
             # 2012-08-14: 5920822352 (amd64/Linux)
             # 2012-09-20: 5829972376 (amd64/Linux)
             # 2012-10-08: 5902601224 (amd64/Linux)
@@ -44,6 +44,9 @@ test('haddock.base',
             # 2013-11-21: 6756213256 (x86_64/Linux)
             # 2014-01-12: 7128342344 (x86_64/Linux)
             # 2014-06-12: 7498123680 (x86_64/Linux)
+            # XXX This one is TEMPORARY, it's due to an unoptimized error-path
+            # that Haddock is tickling, I am profiling and fixing this.
+            # 2014-08-05: 7992757384 (x86_64/Linux)
           ,(platform('i386-unknown-mingw32'), 3548581572, 5)
             # 2013-02-10:                     3358693084 (x86/Windows)
             # 2013-11-13:                     3097751052 (x86/Windows, 64bit machine)
@@ -99,7 +102,7 @@ test('haddock.Cabal',
             # 2014-01-22: 52718512 (x86/Linux)
             # 2014-06-29: 66411508 (x86/Linux)
      ,stats_num_field('bytes allocated',
-          [(wordsize(64), 4200993768, 5)
+          [(wordsize(64), 4493770224, 5)
             # 2012-08-14: 3255435248 (amd64/Linux)
             # 2012-08-29: 3324606664 (amd64/Linux, new codegen)
             # 2012-10-08: 3373401360 (amd64/Linux)
@@ -111,6 +114,9 @@ test('haddock.Cabal',
             # 2013-12-12: 3828567272 (amd64/Linux)
             # 2014-01-12: 3979151552 (amd64/Linux) new parser
             # 2014-06-29: 4200993768 (amd64/Linux)
+            # XXX This one is TEMPORARY, it's due to an unoptimized error-path
+            # that Haddock is tickling, I am profiling and fixing this.
+            # 2014-08-05: 4493770224 (x86_64/Linux)
           ,(platform('i386-unknown-mingw32'), 2052220292, 5)
             # 2012-10-30:                     1733638168 (x86/Windows)
             # 2013-02-10:                     1906532680 (x86/Windows)



More information about the ghc-commits mailing list