gitlab-org--gitlab-foss/changelogs/unreleased/sh-optimize-commit-stats.yml
Stan Hu 25a868753b Speed up generation of commit stats by using Rugged native methods
The previous implementation iterated across the entire patch set
to determine the number of lines added, deleted, and changed. Rugged
has a native method `Rugged::Diff#stat` that does this already,
which appears to be a little faster and require less RAM than doing
this ourselves.

Improves performance in #41524
2018-01-02 23:48:19 -08:00

5 lines
119 B
YAML

---
title: Speed up generation of commit stats by using Rugged native methods
merge_request:
author:
type: performance