[commit: testsuite] master: A couple of compiler performance tests have improved :-) (a42b59d)
Simon Peyton Jones
simonpj at microsoft.com
Mon Feb 6 09:44:53 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a42b59d5aa4ed8157e6ee2b597e6dc0656b7f6ec
>---------------------------------------------------------------
commit a42b59d5aa4ed8157e6ee2b597e6dc0656b7f6ec
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Feb 6 08:43:34 2012 +0000
A couple of compiler performance tests have improved :-)
>---------------------------------------------------------------
tests/perf/compiler/all.T | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 731258a..81b523c 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -159,7 +159,8 @@ test('T5030',
500000000)),
# expected value: 902776064 (amd64/Linux):
if_wordsize(64,
- compiler_stats_num_field('bytes allocated', 800000000,
+ compiler_stats_num_field('bytes allocated', 750000000,
+# (reduced from 80... Feb12)
1000000000)),
only_ways(['normal'])
],
@@ -236,11 +237,12 @@ test('T5321FD',
test('T5642',
[ only_ways(['normal']),
if_wordsize(32,
- compiler_stats_num_field('bytes allocated', 890000000,
+ compiler_stats_num_field('bytes allocated', 840000000,
910000000)),
if_wordsize(64,
- # expected value: 9019430056 (amd64/Linux):
- compiler_stats_num_field('bytes allocated', 8900000000,
+ # expected value: 8579867832 (amd64/Linux):
+ # (reduced from 90... Feb12)
+ compiler_stats_num_field('bytes allocated', 8400000000,
9100000000))
],
compile,['-O'])
More information about the Cvs-ghc
mailing list