[commit: ghc] master: Bytes allocated by haddock.base has crept up (again) (970e5d9)
git at git.haskell.org
git at git.haskell.org
Thu Jun 12 16:23:52 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/970e5d99fb658b73975e38865efeb0b3dd2f90e8/ghc
>---------------------------------------------------------------
commit 970e5d99fb658b73975e38865efeb0b3dd2f90e8
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Jun 12 17:23:25 2014 +0100
Bytes allocated by haddock.base has crept up (again)
I don't know why, and I don't like the steady increase.
But I don't think my changes here are the cause.
>---------------------------------------------------------------
970e5d99fb658b73975e38865efeb0b3dd2f90e8
testsuite/tests/perf/haddock/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 6a2ed82..3ad24f1 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -30,7 +30,7 @@ test('haddock.base',
# 2013-02-10: 52237984 (x86/OSX)
# 2014-01-22: 62189068 (x86/Linux)
,stats_num_field('bytes allocated',
- [(wordsize(64), 7128342344, 5)
+ [(wordsize(64), 7498123680, 5)
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
# 2012-10-08: 5902601224 (amd64/Linux)
@@ -40,6 +40,7 @@ test('haddock.base',
# 2013-09-18: 6294339840 (x86_64/Linux)
# 2013-11-21: 6756213256 (x86_64/Linux)
# 2014-01-12: 7128342344 (x86_64/Linux)
+ # 2014-06-12: 7498123680 (x86_64/Linux)
,(platform('i386-unknown-mingw32'), 3548581572, 5)
# 2013-02-10: 3358693084 (x86/Windows)
# 2013-11-13: 3097751052 (x86/Windows, 64bit machine)
More information about the ghc-commits
mailing list