[commit: ghc] master: testsuite: Update allocations for T4801 on Darwin (4d9167b)
git at git.haskell.org
git at git.haskell.org
Wed May 10 18:22:28 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4d9167b087abd2f4dad4ccfaba7bbde177fd2797/ghc
>---------------------------------------------------------------
commit 4d9167b087abd2f4dad4ccfaba7bbde177fd2797
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed May 10 13:02:41 2017 -0400
testsuite: Update allocations for T4801 on Darwin
>---------------------------------------------------------------
4d9167b087abd2f4dad4ccfaba7bbde177fd2797
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 4ee88d1..360bef4 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -240,9 +240,10 @@ test('T4801',
# # 2014-10-13: 48 stricter seqDmdType
compiler_stats_num_field('bytes allocated',
- [(platform('x86_64-apple-darwin'), 465653312, 10),
+ [(platform('x86_64-apple-darwin'), 417302064, 10),
# prev: 510938976 (amd64/OS X):
# 2015-12-11: 465653312 (amd64/OS X) Update, bump tolerance to +/-10%
+ # 2017-03-24: 417302064 (amd64/OS X) Correlated with Linux improvement
(wordsize(32), 199856388, 10),
# prev: 185669232 (x86/OSX)
More information about the ghc-commits
mailing list