diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-11-25 11:18:20 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-11-25 11:18:20 +0000 |
commit | acf9517fb487ce573e170464d768671414e62209 (patch) | |
tree | 11a2a50aa54856c539f014b9b0439f4ab4e3f1a4 /testsuite/tests/ghc-regress/perf | |
parent | d26caffa55d863a09b91e2159dd2f50b686e53e6 (diff) | |
download | haskell-acf9517fb487ce573e170464d768671414e62209.tar.gz |
update expected values
Diffstat (limited to 'testsuite/tests/ghc-regress/perf')
-rw-r--r-- | testsuite/tests/ghc-regress/perf/should_run/all.T | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghc-regress/perf/should_run/all.T b/testsuite/tests/ghc-regress/perf/should_run/all.T index 08787be20f..d263e75a94 100644 --- a/testsuite/tests/ghc-regress/perf/should_run/all.T +++ b/testsuite/tests/ghc-regress/perf/should_run/all.T @@ -50,11 +50,11 @@ test('T3738', # expected value: 12800 (x86/OS X): if_wordsize(32, stats_num_field('bytes allocated', 12700, - 12900)), + 14000)), if_wordsize(64, stats_num_field('bytes allocated', 60000, - 61000)), - # expected value: 60368 (amd64/Linux) + 80000)), + # expected value: 72608 (amd64/Linux) only_ways(['normal']) ], compile_and_run, |