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

Scale/performance test the bundle server #53

Open
vdye opened this issue May 17, 2023 · 0 comments
Open

Scale/performance test the bundle server #53

vdye opened this issue May 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@vdye
Copy link
Collaborator

vdye commented May 17, 2023

If we want the bundle server to support very large Git repositories (which we do), we need to make sure it can accommodate repositories that large. To do that, we should run (either manual or automated) scale tests to see how the bundle server performs w.r.t updates, specifically:

  • What happens if it's collapsing bundles while serving old bundles?
  • How slow is it to collapse a bundle list? Is there a way to do it faster?
  • What happens if git-bundle-server update is invoked while the previous update is in-progress?

We can use the answers to those questions to make changes as needed to support large repositories.

@vdye vdye added the enhancement New feature or request label May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant