diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-10-13 13:49:55 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-10-13 13:51:49 +0200 |
commit | 23da971fd6694a1fcb323f797a65c8cd976b7cc1 (patch) | |
tree | 6f81ddafb5e71491b7e679bfe73d7c64f56ed80b /testsuite | |
parent | 05f962df2ba028fd304fdada9e68e7199822cbf0 (diff) | |
download | haskell-23da971fd6694a1fcb323f797a65c8cd976b7cc1.tar.gz |
Adjust T9675 baseline numbers based on ghc-speed
although I obtained them originally from a clean validate tree on my
laptop, they did not match what I found on the build bot host.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 1de224e119..9ef98ac8d5 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -496,16 +496,16 @@ test('T9020', test('T9675', [ only_ways(['optasm']), compiler_stats_num_field('max_bytes_used', - [(wordsize(64), 25822728, 15), - # 2014-10-13 25822728 + [(wordsize(64), 29596552, 15), + # 2014-10-13 29596552 ]), compiler_stats_num_field('peak_megabytes_allocated', - [(wordsize(64), 62, 1), - # 2014-10-13 62 + [(wordsize(64), 66, 4), + # 2014-10-13 66 ]), compiler_stats_num_field('bytes allocated', - [(wordsize(64), 601441240, 1) - # 2014-10-13 601441240 + [(wordsize(64), 544489040, 10) + # 2014-10-13 544489040 ]), ], compile, |