[commit: testsuite] master: Change T3064's peak-megabytes again. It just bounces around (114ff02)
Simon Peyton Jones
simonpj at microsoft.com
Thu Feb 14 11:45:24 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/114ff02dba9ae4d3cc1b67dec2a5b773c131b81f
>---------------------------------------------------------------
commit 114ff02dba9ae4d3cc1b67dec2a5b773c131b81f
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Feb 14 10:43:16 2013 +0000
Change T3064's peak-megabytes again. It just bounces around
>---------------------------------------------------------------
tests/perf/compiler/all.T | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index a7ac4e2..556a03b 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -161,11 +161,10 @@ test('T3064',
compiler_stats_num_field('peak_megabytes_allocated',
[(wordsize(32), 14, 1),
# expected value: 14 (x86/Linux 28-06-2012):
- (wordsize(64), 26, 10)]),
+ (wordsize(64), 23, 10)]),
# (amd64/Linux): 18
# (amd64/Linux) 2012-02-07: 26
- # (amd64/Linux) 2013-02-12: 23
- # (amd64/Linux) 2013-02-13: back to 26; increased range to 10%
+ # (amd64/Linux) 2013-02-12: 23; increased range to 10%
compiler_stats_num_field('bytes allocated',
[(wordsize(32), 111189536, 10),
More information about the ghc-commits
mailing list