[commit: testsuite] master: Update haddock.Cabal bounds (250b7d6)
Ian Lynagh
igloo at earth.li
Wed Mar 13 03:28:50 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/250b7d6d1b671bdd2155ed2f11c89f473512e19a
>---------------------------------------------------------------
commit 250b7d6d1b671bdd2155ed2f11c89f473512e19a
Author: Ian Lynagh <ian at well-typed.com>
Date: Wed Mar 13 02:00:05 2013 +0000
Update haddock.Cabal bounds
I assume that Cabal has just been growing, so haddock needs more memory
for the newer sources.
>---------------------------------------------------------------
tests/perf/haddock/all.T | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/perf/haddock/all.T b/tests/perf/haddock/all.T
index ba25e14..6c59092 100644
--- a/tests/perf/haddock/all.T
+++ b/tests/perf/haddock/all.T
@@ -56,21 +56,23 @@ test('haddock.Cabal',
# 2012-08-14: 116 (x86/OSX)
# 2013-02-10: 89 (x86/Windows)
,stats_num_field('max_bytes_used',
- [(wordsize(64), 80590280, 15)
+ [(wordsize(64), 95356616, 15)
# 2012-08-14: 74119424 (amd64/Linux)
# 2012-08-29: 77992512 (amd64/Linux, new codegen)
# 2012-10-02: 91341568 (amd64/Linux)
# 2012-10-08: 80590280 (amd64/Linux)
+ # 2013-03-13: 95356616 (amd64/Linux) Cabal updated
,(platform('i386-unknown-mingw32'), 44224896, 1)
# 2012-10-30: 44224896 (x86/Windows)
,(wordsize(32), 46563344, 1)])
# 2012-08-14: 47461532 (x86/OSX)
# 2013-02-10: 46563344 (x86/OSX)
,stats_num_field('bytes allocated',
- [(wordsize(64), 3373401360, 2)
+ [(wordsize(64), 3626604824, 2)
# 2012-08-14: 3255435248 (amd64/Linux)
# 2012-08-29: 3324606664 (amd64/Linux, new codegen)
# 2012-10-08: 3373401360 (amd64/Linux)
+ # 2013-03-13: 3626604824 (amd64/Linux) Cabal updated
,(platform('i386-unknown-mingw32'), 1906532680, 1)
# 2012-10-30: 1733638168 (x86/Windows)
# 2013-02-10: 1906532680 (x86/Windows)
More information about the ghc-commits
mailing list