[commit: ghc] master: update amd64 linux/osx stats for haddock.base perf test (4eeeb51)

git at git.haskell.org git at git.haskell.org
Tue Oct 9 10:43:45 UTC 2018


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

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

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

commit 4eeeb51d5f51083d0ae393009a7fd246223e9791
Author: Alp Mestanogullari <alp at well-typed.com>
Date:   Tue Oct 9 12:37:10 2018 +0200

    update amd64 linux/osx stats for haddock.base perf test
    
    This perf test is regularly failing (e.g with a deviation of 5.1%
    on a recent harbormaster build), this patch addresses the failure.
    
    Test Plan: TEST=haddock.base ./validate
    
    Reviewers: bgamari
    
    Subscribers: rwbarton, carter
    
    Differential Revision: https://phabricator.haskell.org/D5215


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

4eeeb51d5f51083d0ae393009a7fd246223e9791
 testsuite/tests/perf/haddock/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 393a697..4161c2e 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -10,7 +10,7 @@ test('haddock.base',
             # 2017-02-19                        24286343184 (x64/Windows) - Generalize kind of (->)
             # 2017-12-24                        18733710728 (x64/Windows) - Unknown
 
-          ,(wordsize(64), 24662232152, 5)
+          ,(wordsize(64), 25913205656, 5)
             # 2012-08-14:  5920822352 (amd64/Linux)
             # 2012-09-20:  5829972376 (amd64/Linux)
             # 2012-10-08:  5902601224 (amd64/Linux)
@@ -52,6 +52,7 @@ test('haddock.base',
             # 2018-04-20: 18971030224 (x86_64/Linux) - Cache coercion roles
             # 2018-05-14: 21123660336 (amd64/Linux) - D4659: strictness to fix space leaks
             # 2018-06-14: 24662232152 (amd64/Linux) - Bump haddock
+            # 2018-10-08: 25913205656 (amd64/Linux&OSX) - D5167: Improve GHC.Prim docs
 
           ,(platform('i386-unknown-mingw32'), 2885173512, 5)
             # 2013-02-10:                     3358693084 (x86/Windows)



More information about the ghc-commits mailing list