diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-11-28 12:36:15 +0000 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-11-28 12:36:15 +0000 |
commit | 25be4871d1471a51db20a092f6f3d6a11ee590ed (patch) | |
tree | 3c68d09ed73c11edb7691ae90a71faf06f352f0b /testsuite | |
parent | e28006cd40d0241fa6a73efc7b83e4170b8a4dcb (diff) | |
download | haskell-25be4871d1471a51db20a092f6f3d6a11ee590ed.tar.gz |
Update some perf results for master
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 11 | ||||
-rw-r--r-- | testsuite/tests/perf/space_leaks/all.T | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index a580bf9d75..759b5d058b 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -344,10 +344,11 @@ test('T5837', test('T6048', [ only_ways(['optasm']), compiler_stats_num_field('bytes allocated', - [(wordsize(32), 48887164, 10), - # prev: 38000000 (x86/Linux) - # 2012-10-08: 48887164 (x86/Linux) - (wordsize(64), 97247032, 10)]) - # 18/09/2012 97247032 amd64/Linux + [(wordsize(32), 48887164, 10), + # prev: 38000000 (x86/Linux) + # 2012-10-08: 48887164 (x86/Linux) + (wordsize(64), 237077056, 10)]) + # 18/09/2012 97247032 amd64/Linux + # 2013-11-26: 237077056 amd64/Linux ], compile,['']) diff --git a/testsuite/tests/perf/space_leaks/all.T b/testsuite/tests/perf/space_leaks/all.T index a1fd641868..ac60c8fa58 100644 --- a/testsuite/tests/perf/space_leaks/all.T +++ b/testsuite/tests/perf/space_leaks/all.T @@ -6,7 +6,7 @@ test('space_leak_001', # 5 (x86/Linux) [stats_num_field('peak_megabytes_allocated', (4, 1)), stats_num_field('max_bytes_used', - [(wordsize(64), 440000, 10), + [(wordsize(64), 440000, 15), # 440224 (amd64/Linux) # 417016 (x86/OS X) # 415672 (x86/Windows) |