[commit: ghc] master: testsuite: added 'bytes allocated' for T9339 wordsize(32) (e1d77a1)
git at git.haskell.org
git at git.haskell.org
Sun Aug 24 18:58:03 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e1d77a1ae619efc4bfe7ce30d7c6b2031ed86f2f/ghc
>---------------------------------------------------------------
commit e1d77a1ae619efc4bfe7ce30d7c6b2031ed86f2f
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date: Sun Aug 24 20:46:44 2014 +0300
testsuite: added 'bytes allocated' for T9339 wordsize(32)
Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
>---------------------------------------------------------------
e1d77a1ae619efc4bfe7ce30d7c6b2031ed86f2f
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 8b8547e..1bf0143 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -382,7 +382,8 @@ test('T9203',
test('T9339',
[stats_num_field('bytes allocated',
- [ (wordsize(64), 80050760, 5) ]),
+ [ (wordsize(32), 40046844, 5)
+ , (wordsize(64), 80050760, 5) ]),
# w/o fusing last: 320005080
# 2014-07-22: 80050760
only_ways(['normal'])],
More information about the ghc-commits
mailing list