diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-06-14 10:22:06 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-06-28 11:43:08 +0100 |
commit | 78dd7f5c1e7dd12a2e962066abc23901b715d245 (patch) | |
tree | 1678c10889b9fa4ecd1619b741aea58c7b05fa1c /testsuite/tests | |
parent | af8a5a6e02f1f91190cfc6be2fa012a8ca548ec1 (diff) | |
download | haskell-78dd7f5c1e7dd12a2e962066abc23901b715d245.tar.gz |
slightly reduce the lower bound for peak_megabytes_allocated for T4801,
I saw one failure here.
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/ghc-regress/perf/compiler/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/perf/compiler/all.T b/testsuite/tests/ghc-regress/perf/compiler/all.T index 780b9b7187..34e6ca4c8c 100644 --- a/testsuite/tests/ghc-regress/perf/compiler/all.T +++ b/testsuite/tests/ghc-regress/perf/compiler/all.T @@ -80,7 +80,7 @@ test('T4801', compiler_stats_num_field('peak_megabytes_allocated', 30, 40)), # expected value: 66 (amd64/Linux): if_wordsize(64, - compiler_stats_num_field('peak_megabytes_allocated', 60, 70)), + compiler_stats_num_field('peak_megabytes_allocated', 55, 70)), # expected value: 353463196 (x86/Windows) if_wordsize(32, compiler_stats_num_field('bytes allocated', 330000000, |