Skip to content
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

How to best test this? #1

Open
probonopd opened this issue Jun 6, 2020 · 2 comments
Open

How to best test this? #1

probonopd opened this issue Jun 6, 2020 · 2 comments
Assignees

Comments

@probonopd
Copy link

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

@lslvr
Copy link

lslvr commented Jun 12, 2020

Here we have a bunch of files that could be used to test: https://repo.nxos.org/ubuntu/iso/.

@azubieta azubieta self-assigned this Jul 22, 2020
@azubieta
Copy link
Contributor

@probonopd I just added a benchmark for testing the algorithm that can be found here

func BenchmarkZSync2_SyncAppImageTool(t *testing.B) {

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants