summaryrefslogtreecommitdiff
path: root/libraries/base/tests/perf/all.T
blob: 9cc1d8a128350f456da8658eba203f5d882e4884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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'])