diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-07-11 12:42:14 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-07-11 12:43:02 +0200 |
commit | a846088cbfee1c357f0d5a1b92a4dba11607f83f (patch) | |
tree | 6cc4577a14b5713ceb53e94093e6a24902ccafea | |
parent | ee28a794020ce9afbeea952bb1aee070e210eedf (diff) | |
download | haskell-a846088cbfee1c357f0d5a1b92a4dba11607f83f.tar.gz |
T876 (32-bit): Update bytes allocated
This seems to have improved by a bit
-rw-r--r-- | testsuite/tests/perf/should_run/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T index 2fc7a5ca2a..0fa09f433b 100644 --- a/testsuite/tests/perf/should_run/all.T +++ b/testsuite/tests/perf/should_run/all.T @@ -83,11 +83,12 @@ test('T876', # 2013-02-14: 1263712 (x86_64/Linux) # 2014-02-10: 63216 (x86_64/Linux), call arity analysis - (wordsize(32), 56796, 5) ]), + (wordsize(32), 53156, 5) ]), # some date: 663712 (Windows, 64-bit machine) # 2014-04-04: 56820 (Windows, 64-bit machine) # 2014-06-29: 53024 (x86_64/Linux) # 2014-12-01: 56796 (Windows) + # 2015-07-11: 53156 (x86_64/Linux) only_ways(['normal']), extra_run_opts('10000') |