Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6f28652ff7056c7f2e55ae9f148b4097ef825cd7

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

commit 6f28652ff7056c7f2e55ae9f148b4097ef825cd7
Author: Ian Lynagh <[email protected]>
Date:   Sat Jun 23 13:34:09 2012 +0100

    Reduce the bounds for perf/compiler/T4801
    
    Apparently GHC got faster

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

 tests/perf/compiler/all.T |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index a660b60..d89c7a0 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -112,7 +112,7 @@ test('T4801',
                                                      12000000)),
       # expected value: 10290952 (windows)
       if_wordsize(64,
-          compiler_stats_range_field('max_bytes_used', 20835240, 15)),
+          compiler_stats_range_field('max_bytes_used', 17629176, 10)),
       # expected value: 20486256 (amd64/OS X):
       if_platform('x86_64-apple-darwin',
           compiler_stats_num_field('max_bytes_used', 20000000,



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to