diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-10 17:54:30 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-10 17:54:30 +0000 |
commit | 98e12ea984ee556b52d440563889625c13a88815 (patch) | |
tree | b397f0ad41b0aff0cb954ee1fa0d23a0ff0d940e /testsuite | |
parent | 77cfc62bedc8284b4466140f34c6fecadaadcc9f (diff) | |
download | haskell-98e12ea984ee556b52d440563889625c13a88815.tar.gz |
Tweak another 32bit perf bound
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index cfbcda672a..1d967d35f4 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -19,9 +19,10 @@ test('T1969', # 2012-09-20 23 (amd64/Linux) # 2012-10-03 25 (amd64/Linux if .hi exists) compiler_stats_num_field('max_bytes_used', - [(platform('i386-unknown-mingw32'), 5159748, 1), + [(platform('i386-unknown-mingw32'), 5094914, 2), # 2010-05-17 5717704 (x86/Windows) # 2013-02-10 5159748 (x86/Windows) + # 2013-02-10 5030080 (x86/Windows) (wordsize(32), 6149572, 1), # 6707308 (x86/OS X) # 2009-12-31 6149572 (x86/Linux) |