[commit: testsuite] master: Bump peak-megabytes-alllocated for T4801 (87f6d67)
Simon Peyton Jones
simonpj at microsoft.com
Mon Apr 30 17:21:26 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/87f6d67d4d1fef107328bdf4622d2dfa43e48f7a
>---------------------------------------------------------------
commit 87f6d67d4d1fef107328bdf4622d2dfa43e48f7a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Apr 30 16:04:49 2012 +0100
Bump peak-megabytes-alllocated for T4801
It depends too much on when GC takes place, and bounces around
by 10% on this particular test.
>---------------------------------------------------------------
tests/perf/compiler/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 139432d..b8eac0e 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -93,7 +93,7 @@ test('T4801',
if_wordsize(32,
compiler_stats_range_field('peak_megabytes_allocated', 30, 10)),
if_wordsize(64, # sample from (amd64/Linux):
- compiler_stats_range_field('peak_megabytes_allocated', 47, 10)),
+ compiler_stats_range_field('peak_megabytes_allocated', 50, 20)),
# 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