[commit: ghc] master: testsuite: Increase T13056 window size to +/-10% (3efa5be)

git at git.haskell.org git at git.haskell.org
Sun Apr 23 15:06:19 UTC 2017


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

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

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

commit 3efa5be4f343716fbeda524451aca5a03de3e2b6
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Apr 22 10:18:23 2017 -0400

    testsuite: Increase T13056 window size to +/-10%


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

3efa5be4f343716fbeda524451aca5a03de3e2b6
 testsuite/tests/perf/compiler/all.T | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 0bbc479..ec41b4d 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1051,12 +1051,13 @@ test('T13035',
 test('T13056',
      [ only_ways(['optasm']),
        compiler_stats_num_field('bytes allocated',
-         [(wordsize(64), 440548592, 5),
+         [(wordsize(64), 440548592, 10),
          # 2017-01-06    520166912 initial
          # 2017-01-31    546800240 Join points (#12988)
          # 2017-02-07    524611224 new SetLevels
          # 2017-02-14    440548592 Early inline patch: 16% improvement
-         # 2017-04-21    417860736 Unknown
+         # 2017-04-21    417860736 (darwin)
+         # 2017-04-22    Increase to +/- 10% (Darwin and Linux differ significantly)
          ]),
      ],
      compile,



More information about the ghc-commits mailing list