[commit: testsuite] master: Bump limits for T1969 (6ef7b2b)
Simon Peyton Jones
simonpj at microsoft.com
Tue Mar 27 15:49:43 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6ef7b2b2bf2965dc918be291eddb383225cd1d81
>---------------------------------------------------------------
commit 6ef7b2b2bf2965dc918be291eddb383225cd1d81
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Mar 27 14:49:29 2012 +0100
Bump limits for T1969
Figures for 7.4.1:
464,957,840 bytes allocated in the heap
118,407,504 bytes copied during GC
11,893,160 bytes maximum residency (9 sample(s))
1,211,360 bytes maximum slop
32 MB total memory in use (0 MB lost due to fragmentation)
For a version before my recent refactoring of TyClDecl/HsTyDefn
472,031,360 bytes allocated in the heap
122,203,224 bytes copied during GC
12,964,944 bytes maximum residency (9 sample(s))
1,209,688 bytes maximum slop
34 MB total memory in use (0 MB lost due to fragmentation)
For HEAD:
469,342,912 bytes allocated in the heap
125,998,504 bytes copied during GC
13,880,872 bytes maximum residency (9 sample(s))
1,191,216 bytes maximum slop
33 MB total memory in use (0 MB lost due to fragmentation)
So residency is up a bit, and I don't really know why but I think it's acceptable.
>---------------------------------------------------------------
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 a9cb620..0edce63 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -14,9 +14,9 @@ test('T1969',
# 19 (x86/OS X)
if_wordsize(64,
compiler_stats_num_field('peak_megabytes_allocated', 24,
- 32)),
+ 37)),
# expected value: 28 (amd64/Linux)
- # expected value: 32 (amd64/Linux)
+ # expected value: 34 (amd64/Linux)
if_wordsize(32,
compiler_stats_num_field('max_bytes_used', 5000000,
7000000)),
More information about the Cvs-ghc
mailing list