diff options
Diffstat (limited to 'testsuite/tests/perf/should_run/all.T')
-rw-r--r-- | testsuite/tests/perf/should_run/all.T | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T index 14be74ed9d..1e1b6ccba8 100644 --- a/testsuite/tests/perf/should_run/all.T +++ b/testsuite/tests/perf/should_run/all.T @@ -344,3 +344,10 @@ test('InlineByteArrayAlloc', only_ways(['normal'])], compile_and_run, ['-O2']) + +test('InlineCloneArrayAlloc', + [stats_num_field('bytes allocated', + [ (wordsize(64), 1600041120, 5)]), + only_ways(['normal'])], + compile_and_run, + ['-O2']) |