[commit: ghc] master: Tweak OS X/amd64 perf numbers. (5949489)

git at git.haskell.org git at git.haskell.org
Tue Jan 14 09:46:52 UTC 2014


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

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

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

commit 5949489985ebbdd017ceed0e21358362eb653693
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Jan 13 06:32:43 2014 -0600

    Tweak OS X/amd64 perf numbers.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

5949489985ebbdd017ceed0e21358362eb653693
 testsuite/tests/perf/compiler/all.T |    7 ++++---
 testsuite/tests/perf/haddock/all.T  |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index a539936..19d2b00 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -153,8 +153,9 @@ test('T4801',
      [ # expect_broken(5224),
        # temporarily unbroken (#5227)
       compiler_stats_num_field('peak_megabytes_allocated',# Note [residency]
-          [(platform('x86_64-apple-darwin'), 58, 1),
+          [(platform('x86_64-apple-darwin'), 70, 1),
                            # expected value: 58 (amd64/OS X)
+                           # 13/01/2014 - 70
            (wordsize(32), 30, 20),
            (wordsize(64), 60, 20)]),
             # prev:       50 (amd64/Linux)
@@ -166,7 +167,7 @@ test('T4801',
             #                (^ REASON UNKNOWN!)
 
       compiler_stats_num_field('bytes allocated',
-          [(platform('x86_64-apple-darwin'), 510938976, 5),
+          [(platform('x86_64-apple-darwin'), 464872776, 5),
                            # expected value: 510938976 (amd64/OS X):
 
            (wordsize(32), 185669232, 10),
@@ -178,7 +179,7 @@ test('T4801',
             # 19/10/2012: 392409984 (amd64/Linux) (-fPIC turned off)
 
       compiler_stats_num_field('max_bytes_used',
-          [(platform('x86_64-apple-darwin'), 21657520, 5),
+          [(platform('x86_64-apple-darwin'), 25145320, 5),
            (wordsize(32), 11829000, 15),
              #              9651948 (x86/OSX)
              #              10290952 (windows)
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 6737109..9936ede 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -82,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), 3979151552, 2)
+          [(wordsize(64), 3979151552, 5)
             # 2012-08-14: 3255435248 (amd64/Linux)
             # 2012-08-29: 3324606664 (amd64/Linux, new codegen)
             # 2012-10-08: 3373401360 (amd64/Linux)



More information about the ghc-commits mailing list