-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to iPerf 3.9 #6
Comments
Build issues:
|
Tests look fine, but the progress bar doesn't work anymore |
Xcode logs when adding
It looks like |
a8e2ca6 updates iPerf3 to version 3.8.1, early simulator tests are looking good. There is an off-by-one error when updating the progress bar, it shows 100% progress before the end of the test. |
1424d72 updates to iPerf3 3.9, same issues as with 3.8.1 |
Added more logging to understand why the UI completes before the end, it looks like we flag 100% progress before the end of the test, and start at 20% when we should start at 10% (this is a 10 seconds test):
|
This is done now! |
This will give us bidirectional tests, but requires changes since it changes the API
The text was updated successfully, but these errors were encountered: