[commit: ghc] master: testsuite: Bump allocations of T12150 (ddb38b5)
git at git.haskell.org
git at git.haskell.org
Thu Sep 21 22:03:04 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ddb38b51b8211247c2e31ddfcb96fe86479b9a9b/ghc
>---------------------------------------------------------------
commit ddb38b51b8211247c2e31ddfcb96fe86479b9a9b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Sep 21 17:23:34 2017 -0400
testsuite: Bump allocations of T12150
It looks like this is probably just drift.
>---------------------------------------------------------------
ddb38b51b8211247c2e31ddfcb96fe86479b9a9b
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 313c3ce..b80900d 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1114,9 +1114,10 @@ test('T12707',
test('T12150',
[ only_ways(['optasm']),
compiler_stats_num_field('bytes allocated',
- [(wordsize(64), 74358208, 5)
+ [(wordsize(64), 78300680, 5)
# initial: 70773000
# 2017-08-25: 74358208 Refactor the Mighty Simplifier
+ # 2017-08-25: 78300680 Drift
]),
],
compile,
More information about the ghc-commits
mailing list