[commit: ghc] master: Fix perf numbers for #15164 (5f3fb71)
git at git.haskell.org
git at git.haskell.org
Mon May 21 10:03:12 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5f3fb71213e78838cd3060be37ad2d9dd1ed247f/ghc
>---------------------------------------------------------------
commit 5f3fb71213e78838cd3060be37ad2d9dd1ed247f
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon May 21 11:02:57 2018 +0100
Fix perf numbers for #15164
>---------------------------------------------------------------
5f3fb71213e78838cd3060be37ad2d9dd1ed247f
testsuite/tests/perf/compiler/all.T | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 7b90ebf..0f912d2 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -1287,9 +1287,7 @@ test ('T9630',
test ('T15164',
[ compiler_stats_num_field('bytes allocated',
- [(platform('x86_64-unknown-mingw32'), 3424183288, 10),
-
- (wordsize(64), 6824183288, 10)
+ [(wordsize(64), 3423873408, 10)
])
],
compile,
More information about the ghc-commits
mailing list