diff options
Diffstat (limited to 'libraries/base/tests/perf/all.T')
-rw-r--r-- | libraries/base/tests/perf/all.T | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/base/tests/perf/all.T b/libraries/base/tests/perf/all.T index 61f42f5420..9cc1d8a128 100644 --- a/libraries/base/tests/perf/all.T +++ b/libraries/base/tests/perf/all.T @@ -1,5 +1,14 @@ +# .stats files aren't yet supported in the JS backend +setTestOpts(js_skip) + #-------------------------------------- # Check specialization of elem via rules #-------------------------------------- test('T17752', [only_ways(['normal'])] , makefile_test, ['T17752']) + +#-------------------------------------- + +# We don't expect the code in test to vary at all, but the variance is set to +# 1% in case the constant allocations increase by other means. +test('encodingAllocations', [only_ways(['normal']), collect_stats('bytes allocated', 1)], compile_and_run, ['-O2']) |