diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-09-06 21:57:11 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-09-06 21:57:11 +0200 |
commit | 5a1def9732390b65d51dd0aa2d9d8a6cd7204ed2 (patch) | |
tree | 6aa75029d3f4abb20c3998d6c49a9a1da68430cb /testsuite | |
parent | 7d3f2dfc7a45d741224c521e0f2a616a89f9506f (diff) | |
download | haskell-5a1def9732390b65d51dd0aa2d9d8a6cd7204ed2.tar.gz |
Update T4801 perf numbers
no individual cause indentified, but small improvements happened in
1719c42, 9d6fbcc, 949ad67 (or it is noise...)
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 0ac3ad1cf7..29c4a78340 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -183,10 +183,11 @@ test('T4801', # prev: 185669232 (x86/OSX) # 2014-01-22: 211198056 (x86/Linux) # 2014-09-03: 185242032 (Windows laptop) - (wordsize(64), 392409984, 10)]), + (wordsize(64), 362939272, 10)]), # prev: 360243576 (amd64/Linux) # 19/10/2012: 447190832 (amd64/Linux) (-fPIC turned on) # 19/10/2012: 392409984 (amd64/Linux) (-fPIC turned off) + # 2014-04-08: 362939272 (amd64/Linux) cumulation of various smaller improvements over recent commits compiler_stats_num_field('max_bytes_used', [(platform('x86_64-apple-darwin'), 25145320, 5), |