[commit: testsuite] master: Bump peak-megabytes (always a wobbly number) (048b9a9)
Simon Peyton Jones
simonpj at microsoft.com
Wed Apr 3 19:22:17 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/048b9a978168da33347334508370edb1e0678cae
>---------------------------------------------------------------
commit 048b9a978168da33347334508370edb1e0678cae
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Apr 3 18:22:00 2013 +0100
Bump peak-megabytes (always a wobbly number)
>---------------------------------------------------------------
tests/perf/compiler/all.T | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/tests/perf/compiler/all.T b/tests/perf/compiler/all.T
index 973e5ef..3914fef 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -161,10 +161,11 @@ test('T3064',
compiler_stats_num_field('peak_megabytes_allocated',
[(wordsize(32), 14, 1),
# expected value: 14 (x86/Linux 28-06-2012):
- (wordsize(64), 23, 10)]),
+ (wordsize(64), 26, 10)]),
# (amd64/Linux): 18
# (amd64/Linux) 2012-02-07: 26
# (amd64/Linux) 2013-02-12: 23; increased range to 10%
+ # (amd64/Linux) 2013-04-03: 26
compiler_stats_num_field('bytes allocated',
[(wordsize(32), 111189536, 10),
More information about the ghc-commits
mailing list