[commit: ghc] master: Bump T6048 tests. (a864c34)

git at git.haskell.org git at git.haskell.org
Fri Feb 28 21:41:23 UTC 2014


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

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

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

commit a864c34ee2a89b67375a81acf3275796d9ce6d40
Author: Austin Seipp <austin at well-typed.com>
Date:   Fri Feb 28 15:40:12 2014 -0600

    Bump T6048 tests.
    
    It seems as though my changes in base to add instances for
    Monoid/Applicative had some slight impact on the allocations in this
    test...
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

a864c34ee2a89b67375a81acf3275796d9ce6d40
 testsuite/tests/perf/compiler/all.T |    1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 2299b46..f8ab5cf 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -396,5 +396,6 @@ test('T6048',
              # 18/09/2012 97247032 amd64/Linux
              # 16/01/2014 108578664 amd64/Linux (unknown, likely foldl-via-foldr)
              # 18/01/2014 95960720 amd64/Linux Call Arity improvements
+             # 28/02/2014 105556793 amd64/Linux (unknown, tweak in base/4d9e7c9e3 resulted in change)
       ],
       compile,[''])



More information about the ghc-commits mailing list