[commit: ghc] master: testsuite: Bump peak_megabytes_allocated for T3064 (a182c0e)

git at git.haskell.org git at git.haskell.org
Tue Oct 25 13:51:01 UTC 2016


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

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

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

commit a182c0e81b59494b4c8b4c03b7b9b68d81ee3381
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Oct 25 09:50:29 2016 -0400

    testsuite: Bump peak_megabytes_allocated for T3064


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

a182c0e81b59494b4c8b4c03b7b9b68d81ee3381
 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 b7655a1..61abe35 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -282,7 +282,7 @@ test('T3064',
             # 2014-01-22:     23 (x86/Linux)
             # 2014-12-22:     23 (x86/Linux) death to silent superclasses
             # 2015-07-11      28 (x86/Linux, 64-bit machine) use +RTS -G1
-           (wordsize(64), 54, 20)]),
+           (wordsize(64), 66, 20)]),
             # (amd64/Linux):            18
             # (amd64/Linux) 2012-02-07: 26
             # (amd64/Linux) 2013-02-12: 23; increased range to 10%
@@ -296,6 +296,7 @@ test('T3064',
             # (amd64/Linux) 2014-12-22: 27: death to silent superclasses
             # (amd64/Linux) 2015-01-22: 32: Varies from 30 to 34, at least here.
             # (amd64/Linux) 2015-06-03: 54: use +RTS -G1
+            # (amd64/Linux) 2016-10-25: 66: Presumably creep
 
       compiler_stats_num_field('bytes allocated',
           [(wordsize(32), 153261024, 10),



More information about the ghc-commits mailing list