comparison test/suite_aggrs/config.lua @ 434:3d2c5d156d78

- test/suite_aggrs: support for nested structs, now
author Tassilo Philipp
date Sun, 23 Jan 2022 23:20:02 +0100
parents 167faab0c0be
children 54c1dc2e6ea5
comparison
equal deleted inserted replaced
433:45662241d9cd 434:3d2c5d156d78
1 -- user config for rand-sig.lua: 1 -- user config for rand-sig.lua:
2 minargs = 0 2 minargs = 0
3 maxargs = 32 3 maxargs = 16
4 maxaggrdepth = 3 -- max nesting depth of aggregates, 1 = no nesting 4 maxaggrdepth = 3 -- max nesting depth of aggregates, 1 = no nesting
5 ncases = 400 5 ncases = 800
6 types = "csijlpfd{}" 6 types = "csijlpfd{}"
7 seed = 2108 7 seed = 2112
8 8
9 -- specify types more than once to increase relative occurance, e.g.: 9 -- specify types more than once to increase relative occurance, e.g.:
10 10
11 -- this favors non-struct args, especially ints (and also increases avg num of struct fields): 11 -- this favors non-struct args, especially ints (and also increases avg num of struct fields):
12 --types = "ccssiiiiijjllpfd{}" 12 --types = "ccssiiiiijjllpfd{}"