[commit: ghc] master: Fixup bad haddock.base perf-num bump in 0c9c2d89 (87c4e18)
git at git.haskell.org
git at git.haskell.org
Sun Dec 14 19:37:28 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/87c4e183d083c7a18090afa562710717a6faea2a/ghc
>---------------------------------------------------------------
commit 87c4e183d083c7a18090afa562710717a6faea2a
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Dec 14 20:35:12 2014 +0100
Fixup bad haddock.base perf-num bump in 0c9c2d89
>---------------------------------------------------------------
87c4e183d083c7a18090afa562710717a6faea2a
testsuite/tests/perf/haddock/all.T | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index d7162f5..e4a8d88 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), 9503888920, 5)
+ [(wordsize(64), 8792433208, 5)
# 2012-08-14: 5920822352 (amd64/Linux)
# 2012-09-20: 5829972376 (amd64/Linux)
# 2012-10-08: 5902601224 (amd64/Linux)
@@ -21,7 +21,7 @@ test('haddock.base',
# 2014-09-09: 8354439016 (x86_64/Linux - Applicative/Monad changes, according to Austin)
# 2014-09-10: 7901230808 (x86_64/Linux - Applicative/Monad changes, according to Joachim)
# 2014-10-07: 8322584616 (x86_64/Linux)
- # 2014-12-14: 9503888920 (x86_64/Linux) - Update to Haddock 2.16
+ # 2014-12-14: 8792433208 (x86_64/Linux) - Update to Haddock 2.16
,(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