[commit: ghc] master: Bump haddock.base according to whats observed on ghcspeed (8adc015)
git at git.haskell.org
git at git.haskell.org
Thu Jan 8 20:01:37 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8adc01596614e8711924cb9e4a84ac0dddd6de20/ghc
>---------------------------------------------------------------
commit 8adc01596614e8711924cb9e4a84ac0dddd6de20
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Jan 8 21:02:56 2015 +0100
Bump haddock.base according to whats observed on ghcspeed
>---------------------------------------------------------------
8adc01596614e8711924cb9e4a84ac0dddd6de20
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 905ab91..d50f58b 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -5,7 +5,7 @@
test('haddock.base',
[unless(in_tree_compiler(), skip)
,stats_num_field('bytes allocated',
- [(wordsize(64), 9502647104, 5)
+ [(wordsize(64), 9014511528, 5)
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
# 2012-10-08: 5902601224 (amd64/Linux)
@@ -22,6 +22,7 @@ test('haddock.base',
# 2014-09-10: 7901230808 (x86_64/Linux - Applicative/Monad changes, according to Joachim)
# 2014-10-07: 8322584616 (x86_64/Linux)
# 2014-12-14: 9502647104 (x86_64/Linux) - Update to Haddock 2.16
+ # 2014-01-08: 9014511528 (x86_64/Linux) - Eliminate so-called "silent superclass parameters" (and others)
,(platform('i386-unknown-mingw32'), 4202377432, 5)
# 2013-02-10: 3358693084 (x86/Windows)
# 2013-11-13: 3097751052 (x86/Windows, 64bit machine)
More information about the ghc-commits
mailing list