[commit: testsuite] master: update T3064 max_bytes_used (up a little) (cb85a27)
Simon Marlow
marlowsd at gmail.com
Tue Feb 19 16:57:15 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cb85a272bef2f685f2f613c1c0fdb1b9f2238b46
>---------------------------------------------------------------
commit cb85a272bef2f685f2f613c1c0fdb1b9f2238b46
Author: Simon Marlow <marlowsd at gmail.com>
Date: Mon Feb 18 10:42:23 2013 +0000
update T3064 max_bytes_used (up a little)
>---------------------------------------------------------------
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 fee07dd..973e5ef 100644
--- a/tests/perf/compiler/all.T
+++ b/tests/perf/compiler/all.T
@@ -177,10 +177,11 @@ test('T3064',
compiler_stats_num_field('max_bytes_used',
[(wordsize(32), 5511604, 20),
# expected value: 2247016 (x86/Linux) (28/6/2011):
- (wordsize(64), 8687360, 5)]),
+ (wordsize(64), 9397488, 10)]),
# (amd64/Linux, intree) (28/06/2011): 4032024
# (amd64/Linux, intree) (07/02/2013): 9819288
# (amd64/Linux) (14/02/2013): 8687360
+ # (amd64/Linux) (18/02/2013): 9397488
only_ways(['normal'])
],
compile,
More information about the ghc-commits
mailing list