[commit: ghc] master: Better stats for T5837 (d675a35)

git at git.haskell.org git at git.haskell.org
Tue Feb 27 08:45:08 UTC 2018


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

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

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

commit d675a354e8db67d87d1f257c3d1d2bf2d58c2b3f
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Feb 27 08:43:51 2018 +0000

    Better stats for T5837
    
    I'm not sure why. It's an odd test, mind you; a weird type-function
    recursion thing.  So I'm not inclined to investigate.
    
    Anyway, good!


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

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

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 1a2413a..4c2462c 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -665,7 +665,7 @@ test('T5837',
              # 2017-04-21                       54985248 (x64/Windows) - Unknown
              # 2017-12-24                       54793816 (x64/Windows) - Unknown
 
-           (wordsize(64), 55813608, 7)])
+           (wordsize(64), 51294232, 7)])
              # sample: 3926235424 (amd64/Linux, 15/2/2012)
              # 2012-10-02 81879216
              # 2012-09-20 87254264 amd64/Linux
@@ -704,6 +704,7 @@ test('T5837',
              # 2017-09-06 56782344  amd64/Linux Drift manifest in unrelated LLVM patch
              # 2017-10-24 52089424  amd64/linux Fix space leak in BinIface.getSymbolTable
              # 2018-02-19 55813608  amd64/Linux Unknown
+             # 2018-02-27 51294232  amd64/Linux Better still, I'm not sure why
       ],
       compile, ['-freduction-depth=50'])
 



More information about the ghc-commits mailing list