25a868753b
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
5 lines
119 B
YAML
5 lines
119 B
YAML
---
|
|
title: Speed up generation of commit stats by using Rugged native methods
|
|
merge_request:
|
|
author:
|
|
type: performance
|