diff options
author | Simon Marlow <smarlow@fb.com> | 2016-07-26 08:01:58 -0700 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2016-07-26 17:30:06 +0100 |
commit | 9d62f0d1086ad5c112b41a0ddae10c20e8ffb77e (patch) | |
tree | 021ee96d74abd1d8765450007ba3e0e51091764e /testsuite/tests/perf | |
parent | 1783011726a355ac7647246699d43bc7d8b6d9f1 (diff) | |
download | haskell-9d62f0d1086ad5c112b41a0ddae10c20e8ffb77e.tar.gz |
Accept better stats for T9675
Diffstat (limited to 'testsuite/tests/perf')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 2e4d43d263..4efc409b26 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -664,7 +664,7 @@ test('T9675', # 2016-04-06 18043224 (x86/Linux, 64-bit machine) ]), compiler_stats_num_field('peak_megabytes_allocated', # Note [residency] - [(wordsize(64), 144, 15), + [(wordsize(64), 121, 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... @@ -674,6 +674,7 @@ test('T9675', # 2015-12-04 88 new pattern checker (D1535) # 2015-12-11 113 TypeInType (see #11196) # 2016-04-14 144 Final demand analyzer run + # 2016-07-26 121 Unboxed sums? (wordsize(32), 56, 15) # 2015-07-11 56 (x86/Linux, 64-bit machine) use +RTS -G1 ]), @@ -831,7 +832,7 @@ test('T12227', [ only_ways(['normal']), compiler_stats_num_field('bytes allocated', [(wordsize(64), 1822822016, 5), - # 2016-07-11 5650186880 (Windows) before fix for #12227 + # 2016-07-11 5650186880 (Windows) before fix for #12227 # 2016-07-11 1822822016 (Windows) after fix for #12227 ]), ], |