[commit: ghc] master: Update haddock.Cabal perf for Cabal update. (027a086)
git at git.haskell.org
git at git.haskell.org
Sat Oct 8 08:38:33 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/027a0865675f17f9b3338c57b2e21c2b23b7b6aa/ghc
>---------------------------------------------------------------
commit 027a0865675f17f9b3338c57b2e21c2b23b7b6aa
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Thu Oct 6 18:19:22 2016 -0700
Update haddock.Cabal perf for Cabal update.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
027a0865675f17f9b3338c57b2e21c2b23b7b6aa
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 ec2cce1..f2083a1 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -52,7 +52,7 @@ test('haddock.base',
test('haddock.Cabal',
[unless(in_tree_compiler(), skip), req_haddock
,stats_num_field('bytes allocated',
- [(wordsize(64), 21554874976, 5)
+ [(wordsize(64), 23706190072, 5)
# 2012-08-14: 3255435248 (amd64/Linux)
# 2012-08-29: 3324606664 (amd64/Linux, new codegen)
# 2012-10-08: 3373401360 (amd64/Linux)
@@ -90,6 +90,7 @@ test('haddock.Cabal',
# the stats are comparable.
# 2016-10-01: 20619433656 (amd64/Linux) - Cabal update
# 2016-10-03: 21554874976 (amd64/Linux) - Cabal update
+ # 2016-10-06: 23706190072 (amd64/Linux) - Cabal update
,(platform('i386-unknown-mingw32'), 3293415576, 5)
# 2012-10-30: 1733638168 (x86/Windows)
More information about the ghc-commits
mailing list