[commit: ghc] master: testsuite: Bump down allocations for T4029 (31b3d0c)
git at git.haskell.org
git at git.haskell.org
Sat Mar 4 21:45:45 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/31b3d0c7aa35860521cfe9232270871015d693de/ghc
>---------------------------------------------------------------
commit 31b3d0c7aa35860521cfe9232270871015d693de
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Mar 4 15:09:50 2017 -0500
testsuite: Bump down allocations for T4029
Previously I only updated the comment in one case.
>---------------------------------------------------------------
31b3d0c7aa35860521cfe9232270871015d693de
testsuite/tests/perf/space_leaks/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T
index 5480680..67283ec 100644
--- a/testsuite/tests/perf/space_leaks/all.T
+++ b/testsuite/tests/perf/space_leaks/all.T
@@ -69,7 +69,7 @@ test('T4029',
# 2017-03-03: 65 (amd64/Linux) Share Typeable KindReps or more
# lazy interface file reading
stats_num_field('max_bytes_used',
- [(wordsize(64), 22016200, 5)]),
+ [(wordsize(64), 19172360, 5)]),
# 2016-02-26: 24071720 (amd64/Linux) INITIAL
# 2016-04-21: 25542832 (amd64/Linux)
# 2016-05-23: 25247216 (amd64/Linux) Use -G1
More information about the ghc-commits
mailing list