[commit: ghc] master: testsuite: Decrease T13701 allocations (4f69013)
git at git.haskell.org
git at git.haskell.org
Tue Jul 11 17:42:20 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4f6901334c3ced4ecc0c211f4c2ba5f56db9eab5/ghc
>---------------------------------------------------------------
commit 4f6901334c3ced4ecc0c211f4c2ba5f56db9eab5
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jul 11 13:19:53 2017 -0400
testsuite: Decrease T13701 allocations
>---------------------------------------------------------------
4f6901334c3ced4ecc0c211f4c2ba5f56db9eab5
testsuite/tests/perf/compiler/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 10fa715..f8b93aa 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1132,9 +1132,9 @@ test('T13701',
[ compiler_stats_num_field('bytes allocated',
[(platform('x86_64-apple-darwin'), 2217187888, 10),
(platform('x86_64-unknown-linux'), 2467546360, 10),
- (wordsize(64), 2188045288, 10),
# initial: 2511285600
# 2017-06-23: 2188045288 treat banged variable bindings as FunBinds
+ # 2017-07-11: 2187920960
]),
pre_cmd('./genT13701'),
extra_files(['genT13701']),
More information about the ghc-commits
mailing list