[commit: ghc] master: Update perf number for T5642 (d0ee4eb)
git at git.haskell.org
git at git.haskell.org
Thu Aug 7 21:28:16 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d0ee4eb0879f77067e7f05e0daa80e6ca8817f1d/ghc
>---------------------------------------------------------------
commit d0ee4eb0879f77067e7f05e0daa80e6ca8817f1d
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Aug 7 23:27:12 2014 +0200
Update perf number for T5642
This +4% increase (from -1% before) was caused by 1fc60ea. But that
commit did not cause any other regressions, so I’m not investigating
further.
>---------------------------------------------------------------
d0ee4eb0879f77067e7f05e0daa80e6ca8817f1d
testsuite/tests/perf/compiler/all.T | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 5921554..ea62520 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -392,9 +392,10 @@ test('T5642',
compiler_stats_num_field('bytes allocated',
[(wordsize(32), 650000000, 10),
# sample from x86/Linux
- (wordsize(64), 1358833928, 10)])
+ (wordsize(64), 1402242360, 10)])
# prev: 1300000000
# 2014-07-17: 1358833928 (general round of updates)
+ # 2014-08-07: 1402242360 (caused by 1fc60ea)
],
compile,['-O'])
More information about the ghc-commits
mailing list