Currently we do not check that the worker preparations are successful and just naively proceed: https://github.com/mulbc/gosbench/blob/99cf7762456d2424708b08049c312973ddb56bd6/worker/main.go#L88 Implement a feature to let the worker retry the preparation step and let the server know if something is wrong...
Currently we do not check that the worker preparations are successful and just naively proceed:
gosbench/worker/main.go
Line 88 in 99cf776
Implement a feature to let the worker retry the preparation step and let the server know if something is wrong...