[commit: ghc] master: testsuite: Bump down allocations of T4029 (96f5656)
git at git.haskell.org
git at git.haskell.org
Fri Mar 3 21:36:20 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/96f5656d2ae885fa4b0227c4650b1c375e16dd00/ghc
>---------------------------------------------------------------
commit 96f5656d2ae885fa4b0227c4650b1c375e16dd00
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Mar 3 16:34:52 2017 -0500
testsuite: Bump down allocations of T4029
>---------------------------------------------------------------
96f5656d2ae885fa4b0227c4650b1c375e16dd00
testsuite/tests/perf/space_leaks/all.T | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T
index 84dca41..5480680 100644
--- a/testsuite/tests/perf/space_leaks/all.T
+++ b/testsuite/tests/perf/space_leaks/all.T
@@ -66,6 +66,8 @@ test('T4029',
# 2016-09-01: 71 (amd64/Linux) Restore w/w limit (#11565)
# 2017-02-12: 80 (amd64/Linux) Type-indexed Typeable
# 2017-02-20: 76 (amd64/Linux) Better reading of iface files
+ # 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)]),
# 2016-02-26: 24071720 (amd64/Linux) INITIAL
@@ -80,6 +82,8 @@ test('T4029',
# 2017-02-07: 22770352 (amd64/Linux) It is unclear
# 2017-02-12: 24151096 (amd64/Linux) Type-indexed Typeable
# 2017-02-20: 22016200 (amd64/Linux) Better reading of iface files
+ # 2017-03-03: 19172360 (amd64/Linux) Share Typeable KindReps or more
+ # lazy interface file reading
extra_hc_opts('+RTS -G1 -RTS' ),
],
ghci_script,
More information about the ghc-commits
mailing list