[commit: ghc] master: T9675: Allow Much wider range of values (f3ae936)
git at git.haskell.org
git at git.haskell.org
Mon Oct 13 17:23:32 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f3ae936e04dda1b28b0fa8f4c65a99407164ee99/ghc
>---------------------------------------------------------------
commit f3ae936e04dda1b28b0fa8f4c65a99407164ee99
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Oct 13 19:20:44 2014 +0200
T9675: Allow Much wider range of values
to include at least what’s observed on ghc-speed and my laptop, and
hopefully also Harbormaster.
>---------------------------------------------------------------
f3ae936e04dda1b28b0fa8f4c65a99407164ee99
testsuite/tests/perf/compiler/all.T | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 171105f..b27777e 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -499,16 +499,18 @@ test('T9020',
test('T9675',
[ only_ways(['optasm']),
compiler_stats_num_field('max_bytes_used',
- [(wordsize(64), 18582472, 15),
+ [(wordsize(64), 22220552, 25),
# 2014-10-13 29596552
# 2014-10-13 26570896 seq the DmdEnv in seqDmdType as well
# 2014-10-13 18582472 different machines giving different results..
+ # 2014-10-13 22220552 use the mean
]),
compiler_stats_num_field('peak_megabytes_allocated',
- [(wordsize(64), 49, 4),
+ [(wordsize(64), 53, 15),
# 2014-10-13 66
# 2014-10-13 58 seq the DmdEnv in seqDmdType as well
# 2014-10-13 49 different machines giving different results...
+ # 2014-10-13 53 use the mean
]),
compiler_stats_num_field('bytes allocated',
[(wordsize(64), 544489040, 10)
More information about the ghc-commits
mailing list