comparison test/call_suite_aggrs/config.lua @ 521:a2de1d0a73f3

- more test code generator code sharing/abstraction/simplifications
author Tassilo Philipp
date Wed, 13 Apr 2022 10:06:40 +0200
parents 99819b874bac
children
comparison
equal deleted inserted replaced
520:bb4933eab7d6 521:a2de1d0a73f3
43 aggrmutabletest = true 43 aggrmutabletest = true
44 44
45 -- force aggregate packing, 0=off, pos values set fixed packing, neg values 45 -- force aggregate packing, 0=off, pos values set fixed packing, neg values
46 -- set a random power-of-2 packing per aggregate, within [1,abs(aggrpacking)] 46 -- set a random power-of-2 packing per aggregate, within [1,abs(aggrpacking)]
47 aggrpacking = 0 47 aggrpacking = 0
48 aggrpackingseed = seed
48 49