We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a "known good" test with a real-world server on the net that can be used for testing?
E.g., how can this be used to update an Ubuntu ISO. https://help.ubuntu.com/community/ZsyncCdImage
The text was updated successfully, but these errors were encountered:
Here we have a bunch of files that could be used to test: https://repo.nxos.org/ubuntu/iso/.
Sorry, something went wrong.
@probonopd I just added a benchmark for testing the algorithm that can be found here
libzsync-go/zsync_bench_test.go
Line 50 in 8cbf13d
I have been working on the performance but still is under-performing, it's usable for file < 200 Mb. With larger files it's just too slow.
If you want to make you're own testing please check the test and benchmarking files in the project root.
azubieta
No branches or pull requests
Is there a "known good" test with a real-world server on the net that can be used for testing?
E.g., how can this be used to update an Ubuntu ISO.
https://help.ubuntu.com/community/ZsyncCdImage
The text was updated successfully, but these errors were encountered: