Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Scale/performance test the bundle server #53

@vdye

Description

@vdye

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions