ndfred / iperf-ios

iPerf 3 library and app for iOS
Other
188 stars 26 forks source link

Test runner singleton prevents running multiple tests in parallel #9

Open ndfred opened 5 years ago

ndfred commented 5 years ago

Basically get rid of s_currentTestRunner and pad the iperf_test structure with a IPFTestRunner pointer instead. This isn't a big deal in the current app configuration, where only one test ever runs at a time, but will be an issue for more general purpose usecases.