Closed nck-mlcnv closed 8 months ago
@nck-mlcnv what was the matter here?
The StresstestResultProcessor created arrays that stored results for every worker. For the access of these arrays the worker id was used. But if you have used warmup workers before the workerids of the actual run didn't correlate to the indices of the array.
I fixed it by reseting the workerids to 0 after the warmup was done.