[commit: ghc] master: testsuite: Actually update haddock.compiler allocations (a934e25)
git at git.haskell.org
git at git.haskell.org
Thu Dec 1 20:05:43 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a934e2569c6cd5f24ff3302d48a44a4bdd674c97/ghc
>---------------------------------------------------------------
commit a934e2569c6cd5f24ff3302d48a44a4bdd674c97
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Dec 1 15:04:44 2016 -0500
testsuite: Actually update haddock.compiler allocations
The previous attempt updated the comment but not the value. Silly me.
>---------------------------------------------------------------
a934e2569c6cd5f24ff3302d48a44a4bdd674c97
testsuite/tests/perf/haddock/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index 712debb..dee39fc 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -112,7 +112,7 @@ test('haddock.Cabal',
test('haddock.compiler',
[unless(in_tree_compiler(), skip), req_haddock
,stats_num_field('bytes allocated',
- [(wordsize(64), 55314944264, 10)
+ [(wordsize(64), 60911147344, 10)
# 2012P-08-14: 26070600504 (amd64/Linux)
# 2012-08-29: 26353100288 (amd64/Linux, new CG)
# 2012-09-18: 26882813032 (amd64/Linux)
More information about the ghc-commits
mailing list