diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-07-11 12:27:20 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-07-11 12:31:40 +0200 |
commit | ee28a794020ce9afbeea952bb1aee070e210eedf (patch) | |
tree | 01bc55de3b1760002222abc37f14dcee264e1316 /testsuite/tests/perf | |
parent | d69dfba4e27c4ec33459906fd87c9a56a371f510 (diff) | |
download | haskell-ee28a794020ce9afbeea952bb1aee070e210eedf.tar.gz |
T1969: Update max_bytes_used
b5e1944e2b069a7df3444e57bae0b4ee15bde73c started using a single GC
generation yet didn't update this.
Diffstat (limited to 'testsuite/tests/perf')
-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 03133f2713..b30288cbb0 100644 --- a/testsuite/tests/perf/compiler/all.T +++ b/testsuite/tests/perf/compiler/all.T @@ -59,7 +59,7 @@ test('T1969', # 2009-12-31 6149572 (x86/Linux) # 2014-01-22 6429864 (x86/Linux) # 2014-06-29 5949188 (x86/Linux) - (wordsize(64), 10000000, 15)]), + (wordsize(64), 11000000, 15)]), # 2014-09-10 10463640, 10 # post-AMP-update (somewhat stabelish) # looks like the peak is around ~10M, but we're # unlikely to GC exactly on the peak. @@ -68,6 +68,7 @@ test('T1969', # See Note [residency] to get an accurate view. # 2014-09-14 9684256, 10 # try to lower it a bit more to match Phab's CI # 2014-11-03 10584344, # ghcspeed reports higher numbers consistently + # 2015-07-11 11670120 (amd64/Linux) compiler_stats_num_field('bytes allocated', [(platform('i386-unknown-mingw32'), 301784492, 5), # 215582916 (x86/Windows) |