[commit: testsuite] master: Slightly reduced compiler allocation in T3294 (805e87c)
Simon Peyton Jones
simonpj at microsoft.com
Wed Jul 27 08:01:04 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/805e87cac353673df7a5fd2740b78beaaa3b3b33
>---------------------------------------------------------------
commit 805e87cac353673df7a5fd2740b78beaaa3b3b33
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Jul 27 06:59:42 2011 +0100
Slightly reduced compiler allocation in T3294
>---------------------------------------------------------------
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 caad36b..998d038 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -54,7 +54,7 @@ test('T3294',
17000000)),
# expected value: 13049060 (x86/Linux)
if_wordsize(64,
- compiler_stats_num_field('max_bytes_used', 27000000,
+ compiler_stats_num_field('max_bytes_used', 26000000,
34000000)),
# expected value: 32 478 408 (amd64/Linux)
# (but varies a lot, depending on when
More information about the Cvs-ghc
mailing list