[commit: ghc] master: T4801 perf numbers: Another typo (23e764f)
git at git.haskell.org
git at git.haskell.org
Wed Sep 10 14:18:27 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/23e764f02e2ea0e549e9c66c3c5f57c1b77673df/ghc
>---------------------------------------------------------------
commit 23e764f02e2ea0e549e9c66c3c5f57c1b77673df
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Sep 10 16:18:17 2014 +0200
T4801 perf numbers: Another typo
>---------------------------------------------------------------
23e764f02e2ea0e549e9c66c3c5f57c1b77673df
testsuite/tests/perf/compiler/all.T | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 661e65c..af13b00 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -169,7 +169,7 @@ test('T4801',
# expected value: 58 (amd64/OS X)
# 13/01/2014 - 70
(wordsize(32), 30, 20),
- (wordsize(64), 52, 20)]),
+ (wordsize(64), 55, 20)]),
# prev: 50 (amd64/Linux)
# 19/10/2012: 64 (amd64/Linux)
# (^ REASON UNKNOWN!)
@@ -177,7 +177,7 @@ test('T4801',
# (^ REASON UNKNOWN!)
# 28/8/13: 60 (amd64/Linux)
# (^ REASON UNKNOWN!)
- # 2014-09-10: 52 post-AMP-cleanup
+ # 2014-09-10: 55 post-AMP-cleanup
compiler_stats_num_field('bytes allocated',
[(platform('x86_64-apple-darwin'), 464872776, 5),
More information about the ghc-commits
mailing list