[commit: ghc] ghc-8.0: testsuite: Update performance numbers (d0c419c)

git at git.haskell.org git at git.haskell.org
Thu Aug 25 15:05:09 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/d0c419c45e29d79889759606a89b1d9ed3e7f080/ghc

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

commit d0c419c45e29d79889759606a89b1d9ed3e7f080
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Aug 25 11:02:58 2016 -0400

    testsuite: Update performance numbers


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

d0c419c45e29d79889759606a89b1d9ed3e7f080
 testsuite/tests/perf/compiler/all.T   | 6 ++++--
 testsuite/tests/perf/should_run/all.T | 3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 6dc8958..00f8e7a 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -28,7 +28,8 @@ setTestOpts(no_lint)
 #    really changed, then you know there's an issue.
 
 test('T1969',
-     [compiler_stats_num_field('peak_megabytes_allocated', # Note [residency]
+     [
+compiler_stats_num_field('peak_megabytes_allocated', # Note [residency]
           [(wordsize(32), 30, 15),
              # 2010-05-17 14 (x86/Windows)
              #            15 (x86/OS X)
@@ -91,7 +92,7 @@ test('T1969',
              # 2014-06-29 303300692 (x86/Linux)
              # 2015-07-11 288699104 (x86/Linux, 64-bit machine) use +RTS -G1
              # 2016-04-06 344730660 (x86/Linux, 64-bit machine)
-           (wordsize(64), 695430728, 5)]),
+           (wordsize(64), 736973272, 5)]),
              # 17/11/2009 434845560 (amd64/Linux)
              # 08/12/2009 459776680 (amd64/Linux)
              # 17/05/2010 519377728 (amd64/Linux)
@@ -111,6 +112,7 @@ test('T1969',
              # 10/09/2014 630299456 (x86_64/Linux) post-AMP-cleanup
              # 03/06/2015 581460896 (x86_64/Linux) use +RTS -G1
              # 28/10/2015 695430728 (x86_64/Linux) emit Typeable at definition site
+             # 25/08/2016 736973272 (x86_64/Linux) unknown
       only_ways(['normal']),
 
       extra_hc_opts('-dcore-lint -static'),
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 81a5535..e901f56 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -275,9 +275,10 @@ test('T7257',
                       [(wordsize(32), 989850664, 10),
                         # expected value: 1246287228 (i386/Linux)
                         # 2016-04-06: 989850664 (i386/Linux) no idea what happened
-                       (wordsize(64), 1654893248, 5)]),
+                       (wordsize(64), 1414893352, 5)]),
                         # 2012-09-21: 1774893760 (amd64/Linux)
                         # 2015-11-03: 1654893248 (amd64/Linux)
+                        # 2016-08-25: 1414893352 (amd64/Linux)
       stats_num_field('peak_megabytes_allocated',
                       [(wordsize(32), 217, 5),
                         # 2012-10-08: 217 (x86/Linux)



More information about the ghc-commits mailing list