[commit: ghc] master: testsuite: Bump down allocations for T12707 (9808ebc)
git at git.haskell.org
git at git.haskell.org
Fri Mar 3 16:22:18 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9808ebc8ed742e6dc99e1420d79306cc0a61a92f/ghc
>---------------------------------------------------------------
commit 9808ebc8ed742e6dc99e1420d79306cc0a61a92f
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Mar 3 11:21:38 2017 -0500
testsuite: Bump down allocations for T12707
>---------------------------------------------------------------
9808ebc8ed742e6dc99e1420d79306cc0a61a92f
testsuite/tests/perf/compiler/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index fa63910..b1f7fbe 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1020,12 +1020,13 @@ test('T13056',
test('T12707',
[ compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 1310037632, 5),
+ [(wordsize(64), 1231809592, 5),
# initial: 1271577192
# 2017-01-22: 1348865648 Allow top-level strings in Core
# 2017-01-31: 1280336112 Join points (#12988)
# 2017-02-11: 1310037632 Check local family instances vs imports
# 2017-02-23: 1386110512 Type-indexed Typeable? (on Darwin)
+ # 2017-03-02: 1231809592 Drift from recent simplifier improvements
]),
],
compile,
More information about the ghc-commits
mailing list