comparison test/suite_aggrs/config.lua @ 453:c497b87552f6

- reducing number of default pregenerated cases for suite_aggrs, as some compilers run out of memory otherwise
author Tassilo Philipp
date Thu, 27 Jan 2022 12:58:50 +0100
parents 54c1dc2e6ea5
children 236015fdf7a8
comparison
equal deleted inserted replaced
452:b15b979d9d2b 453:c497b87552f6
1 -- user config for rand-sig.lua: 1 -- user config for rand-sig.lua:
2 minargs = 0 2 minargs = 0
3 maxargs = 16 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 emptyaggrs = true -- whether to allow empty aggregates or not 5 emptyaggrs = true -- whether to allow empty aggregates or not
6 ncases = 800 6 ncases = 400
7 types = "csijlpfd{}" 7 types = "csijlpfd{}"
8 seed = 2112 8 seed = 2112
9 9
10 -- specify types more than once to increase relative occurance, e.g.: 10 -- specify types more than once to increase relative occurance, e.g.:
11 11