[commit: ghc] master: Set 32-bit perf figure (dbcdfe2)
git at git.haskell.org
git at git.haskell.org
Tue Jun 2 09:34:25 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/dbcdfe23f5a3d82d832f2cbf1310dbf5569a5e2f/ghc
>---------------------------------------------------------------
commit dbcdfe23f5a3d82d832f2cbf1310dbf5569a5e2f
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jun 2 00:48:12 2015 +0100
Set 32-bit perf figure
>---------------------------------------------------------------
dbcdfe23f5a3d82d832f2cbf1310dbf5569a5e2f
testsuite/tests/perf/should_run/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index c95dfa0..6302022 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -3,7 +3,7 @@
test('T10359',
[stats_num_field('bytes allocated',
[(wordsize(64), 499512, 5),
- (wordsize(32), 250000, 5)]),
+ (wordsize(32), 374056, 5)]),
only_ways(['normal'])
],
compile_and_run,
More information about the ghc-commits
mailing list