[commit: ghc] master: testsuite: Fix T13701 allocations yet again (d3bdd6c)
git at git.haskell.org
git at git.haskell.org
Tue Jul 11 19:26:44 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d3bdd6c4ea9e267af494f822bfdd0600e3a06281/ghc
>---------------------------------------------------------------
commit d3bdd6c4ea9e267af494f822bfdd0600e3a06281
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jul 11 15:25:53 2017 -0400
testsuite: Fix T13701 allocations yet again
>---------------------------------------------------------------
d3bdd6c4ea9e267af494f822bfdd0600e3a06281
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 f8b93aa..4a0d2a2 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1131,7 +1131,7 @@ test('MultiLayerModules',
test('T13701',
[ compiler_stats_num_field('bytes allocated',
[(platform('x86_64-apple-darwin'), 2217187888, 10),
- (platform('x86_64-unknown-linux'), 2467546360, 10),
+ (platform('x86_64-unknown-linux'), 2187906120, 10),
# initial: 2511285600
# 2017-06-23: 2188045288 treat banged variable bindings as FunBinds
# 2017-07-11: 2187920960
More information about the ghc-commits
mailing list