summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2015-06-15 14:23:32 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2015-06-15 14:23:32 +0100
commit855f56b6d3d09d2b9cf6de6ffcf09e3dabd05b36 (patch)
tree73a1be99fe5a0b125d4d1545ae3deb24782562b0 /testsuite/tests/perf
parenta6cbf414b15e31b75f08e830cffbd68ff397d174 (diff)
downloadhaskell-855f56b6d3d09d2b9cf6de6ffcf09e3dabd05b36.tar.gz
Improved peak_megabytes_allocated
I have no idea why, but lower is good
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r--testsuite/tests/perf/compiler/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index bc3e2f1e18..d3dc9a4a93 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -568,11 +568,12 @@ test('T9675',
(wordsize(32), 11220552, 25)
]),
compiler_stats_num_field('peak_megabytes_allocated',
- [(wordsize(64), 53, 15),
+ [(wordsize(64), 44, 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
+ # 2014-06-15 44 reduced for some reason
(wordsize(32), 25, 15)
]),
compiler_stats_num_field('bytes allocated',