[commit: testsuite] master: Update perf values for T5237 (2a73e2e)

git at git.haskell.org git at git.haskell.org
Mon Jan 6 12:00:41 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2a73e2e8b5187ecb97726cb2dd1eae2594dfdc9b/testsuite

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

commit 2a73e2e8b5187ecb97726cb2dd1eae2594dfdc9b
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Jan 6 10:57:28 2014 +0000

    Update perf values for T5237
    
    Probably improved by [9e10d188]


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

2a73e2e8b5187ecb97726cb2dd1eae2594dfdc9b
 tests/perf/should_run/all.T |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T
index 5bbbe4b..b44d307 100644
--- a/tests/perf/should_run/all.T
+++ b/tests/perf/should_run/all.T
@@ -195,8 +195,9 @@ test('T5237',
      [stats_num_field('bytes allocated',
                         [(wordsize(32), 78328, 5),
                       # expected value: 78328 (i386/Linux)
-                         (wordsize(64), 110888, 5)]),
+                         (wordsize(64), 104176, 5)]),
                       # expected value: 110888 (amd64/Linux)
+                      # expected value: 104176 (amd64/Linux)
      only_ways(['normal'])
      ],
     compile_and_run,



More information about the ghc-commits mailing list