[commit: testsuite] master: Re-increase the (erratic) max-bytes-used bound for T3294 (7456a2b)
Simon Peyton Jones
simonpj at microsoft.com
Thu May 30 14:17:13 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/7456a2bae103d127d360fd13b3c3fe4bc007f2f9
>---------------------------------------------------------------
commit 7456a2bae103d127d360fd13b3c3fe4bc007f2f9
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu May 30 12:09:44 2013 +0100
Re-increase the (erratic) max-bytes-used bound for T3294
>---------------------------------------------------------------
tests/perf/compiler/all.T | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 44f8f5e..32aecbf 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -90,7 +90,7 @@ test('T3294',
# 14593500 (Windows)
# 2013-02-10 20651576 (x86/Windows)
# 2013-02-10 20772984 (x86/OSX)
- (wordsize(64), 36904752, 15)]),
+ (wordsize(64), 43224080, 15)]),
# prev: 25753192 (amd64/Linux)
# 29/08/2012: 37724352 (amd64/Linux)
# (increase due to new codegen, see #7198)
@@ -98,6 +98,8 @@ test('T3294',
# (reason for increase unknown)
# 15/5/2013: 36904752 (amd64/Linux)
# (reason for decrease unknown)
+ # 29/5/2013: 43224080 (amd64/Linux)
+ # (reason for increase back to earlier value unknown)
compiler_stats_num_field('bytes allocated',
[(wordsize(32), 1373514844, 5),
# previous: 815479800 (x86/Linux)
More information about the ghc-commits
mailing list