diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-24 20:46:44 +0300 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-24 21:56:43 +0300 |
commit | e1d77a1ae619efc4bfe7ce30d7c6b2031ed86f2f (patch) | |
tree | 0fe5b9b7ffddb869ab789526edddf099610d213e /testsuite/tests/perf | |
parent | cfd08a992c91c0a9c629912a5d7234610256121e (diff) | |
download | haskell-e1d77a1ae619efc4bfe7ce30d7c6b2031ed86f2f.tar.gz |
testsuite: added 'bytes allocated' for T9339 wordsize(32)
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'testsuite/tests/perf')
-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 8b8547eae9..1bf0143e03 100644 --- a/testsuite/tests/perf/should_run/all.T +++ b/testsuite/tests/perf/should_run/all.T @@ -382,7 +382,8 @@ test('T9203', test('T9339', [stats_num_field('bytes allocated', - [ (wordsize(64), 80050760, 5) ]), + [ (wordsize(32), 40046844, 5) + , (wordsize(64), 80050760, 5) ]), # w/o fusing last: 320005080 # 2014-07-22: 80050760 only_ways(['normal'])], |