Real-world benchmark data from our GitHub Actions demo repository
🔗 View Live Demo RepositoryMethod | Duration | Notes |
---|---|---|
npm install | 65s | Fresh Git clones every time |
gitcache install (first) | 127s | Builds and caches dependencies |
gitcache install (cached) | 16s | ⚡ Uses cached dependencies |
Multiple builds per day benefit from cached dependencies. Time savings compound quickly.
Shared cache across team members reduces redundant Git clones and speeds up onboarding.
Projects with many or large Git dependencies see the most significant performance gains.
Unreliable or slow network connections benefit from local caching and reliability.
npm install -g @grata-labs/gitcache-cli
Test it yourself:
gitcache install