[commit: ghc] master: testsuite: Lower allocations for T876 (46e2bef)
git at git.haskell.org
git at git.haskell.org
Sat Nov 12 03:32:49 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/46e2befd9fc63c9cd42657bffecc423eda18847d/ghc
>---------------------------------------------------------------
commit 46e2befd9fc63c9cd42657bffecc423eda18847d
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Nov 11 20:26:13 2016 -0500
testsuite: Lower allocations for T876
If only we knew why...
[skip-ci]
>---------------------------------------------------------------
46e2befd9fc63c9cd42657bffecc423eda18847d
testsuite/tests/perf/should_run/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index c20807e..672ce33 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -83,9 +83,10 @@ test('T876',
[stats_num_field('bytes allocated',
[(platform('x86_64-unknown-mingw32'), 71904, 5),
# 2015-04-03: 71904 (amd64/Windows, unknown cause)
- (wordsize(64), 63216 , 5),
+ (wordsize(64), 58128, 5),
# 2013-02-14: 1263712 (x86_64/Linux)
# 2014-02-10: 63216 (x86_64/Linux), call arity analysis
+ # 2016-11-11: 58128 (x86_64/Linux), it's not clear
(wordsize(32), 53156, 5) ]),
# some date: 663712 (Windows, 64-bit machine)
More information about the ghc-commits
mailing list