[commit: testsuite] master: lower max_bytes_used for T1969 (3450a74)
Simon Marlow
marlowsd at gmail.com
Tue Aug 21 15:40:08 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3450a746be43df2fb07803cf1033cc41a6e29381
>---------------------------------------------------------------
commit 3450a746be43df2fb07803cf1033cc41a6e29381
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Aug 21 14:39:39 2012 +0100
lower max_bytes_used for T1969
>---------------------------------------------------------------
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 54cf8e1..a24987e 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -24,11 +24,11 @@ test('T1969',
# 5717704 (x86/Windows 17/05/10)
# 6149572 (x86/Linux, 31/12/09)
if_wordsize(64,
- compiler_stats_range_field('max_bytes_used', 10000000, 15)),
+ compiler_stats_range_field('max_bytes_used', 9000000, 10)),
# looks like the peak is around 10M, but we're
# unlikely to GC exactly on the peak.
# varies quite a lot with CLEANUP and BINDIST,
- # hence 15% range.
+ # hence 10% range.
if_wordsize(32,
compiler_stats_num_field('bytes allocated', 210000000,
290000000)),
More information about the Cvs-ghc
mailing list