git-ecosystem / git-bundle-server

A web server & management CLI to host Git bundles for use with Git's "bundle URIs" feature
Other
43 stars 20 forks source link

Scale/performance test the bundle server #53

Open vdye opened 1 year ago

vdye commented 1 year ago

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:

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