In funkload, is it possible to do set up variables in setUpCycle() and have it accessible in the test itself?
I'm trying to write some performance tests in funkload. I would like to do some service discovery in the test setUpCycle() and then have that information passed to every thread the benchmark starts. However setting a variable in the setUpCycle() or s...