[commit: testsuite] master: lazy-bs-alloc improved from oneshotness stuff (5144942)

git at git.haskell.org git at git.haskell.org
Thu Dec 12 15:03:50 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/514494212979ad4abf3e3b4e3256550e9c924175/testsuite

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

commit 514494212979ad4abf3e3b4e3256550e9c924175
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Dec 12 12:01:04 2013 +0000

    lazy-bs-alloc improved from oneshotness stuff


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

514494212979ad4abf3e3b4e3256550e9c924175
 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 01d358b..a780a26 100644
--- a/tests/perf/should_run/all.T
+++ b/tests/perf/should_run/all.T
@@ -35,9 +35,10 @@ test('lazy-bs-alloc',
      [stats_num_field('peak_megabytes_allocated', (2, 1)),
                                  # expected value: 2 (amd64/Linux)
       stats_num_field('bytes allocated',
-          [(wordsize(64), 429744, 1),
+          [(wordsize(64), 425400, 1),
             #             489776 (amd64/Linux)
             # 2013-02-07: 429744 (amd64/Linux)
+            # 2013-12-12: 425400 (amd64/Linux)
            (wordsize(32), 417738, 1)]),
             # 2013-02-10: 421296 (x86/Windows)
             # 2013-02-10: 414180 (x86/OSX)



More information about the ghc-commits mailing list