[commit: testsuite] ghc-7.4: widen peak_megablocks_allocated for T4801 (64bit/Linux) (b3f571b)
Ian Lynagh
igloo at earth.li
Fri Jan 13 20:55:54 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/b3f571bb622f079522cf172e2998d6c29fa4a1b2
>---------------------------------------------------------------
commit b3f571bb622f079522cf172e2998d6c29fa4a1b2
Author: Simon Marlow <marlowsd at gmail.com>
Date: Wed Jan 11 10:57:04 2012 +0000
widen peak_megablocks_allocated for T4801 (64bit/Linux)
I checked and there's no regression here, just timing of GCs.
>---------------------------------------------------------------
tests/perf/compiler/all.T | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 7b4fdff..e41eb5b 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -82,9 +82,9 @@ test('T4801',
if_wordsize(32,
# expected value x86/OSX: 27
compiler_stats_num_field('peak_megabytes_allocated', 25, 29)),
- # expected value: 48-49 (amd64/Linux):
+ # expected value: 48-54 (amd64/Linux):
if_wordsize(64,
- compiler_stats_num_field('peak_megabytes_allocated', 47, 50)),
+ compiler_stats_num_field('peak_megabytes_allocated', 47, 54)),
# expected value: 58 (amd64/OS X):
if_platform('x86_64-apple-darwin',
compiler_stats_num_field('peak_megabytes_allocated', 56, 60)),
More information about the Cvs-ghc
mailing list