Rene Schwietzke
Rene Schwietzke
Two new properties have been introduced to limit the data collected. ``` ## How many different events per test case should be evaluated during report ## generation? This is a...
To be precise, the secret cannot override it, it must remove it, otherwise we would leak the secret.
The property is not accessible normally getProperty but still logged and in the properties when we iterate over. Regular access is not exposing it.
If the secret defines `key = value`, any `key` that exists will be removed prior to adding the data from the secret. If we onyl set `secret.key = value`, we...
By default, the entire test should not be started. Optionally, a property can be set to enforce the old behavior (not default).
I have something available based on it.unimi.dsl.util.SplitMix64RandomGenerator
Feel free to undo the use of FastRandom. nextGaussian is a lot of code, hence I prefered to take that all out and also the double to char/byte conversion. There...
I would say off because: It is not that much of a boost for "desktop" CPUs and it might turn the execution order into a factor as well as the...
OS level. SYSCTL settings.
Sure thing. Let me work on that.