]> source.dussan.org Git - jgit.git/commit
Add numberOfObjectsSinceBitmap to RepoStatistics 98/1203398/8
authorJacek Centkowski <geminica.programs@gmail.com>
Thu, 31 Oct 2024 17:30:02 +0000 (18:30 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 20 Nov 2024 10:31:31 +0000 (10:31 +0000)
commit469928898db10d4b19bd34658d3b2f93f12952b3
tree9b9f9bb9b7b563b932a324f82f202b3e0f508900
parent592a75800543f83486211b2191707f21695eb955
Add numberOfObjectsSinceBitmap to RepoStatistics

Introduce a numberOfObjectsSinceBitmap that contains the number of
objects stored in pack files and as loose objects created since the
latest bitmap generation.

Note that the existing
GcNumberOfPackFilesAfterBitmapStatisticsTest.java was renamed to
GcSinceBitmapStatisticsTest.java and extended to cover also this
statistic.

Change-Id: I8ae1db142ddfcd42a5a1d6da01bc67f695562e0e
org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/GcNumberOfPackFilesSinceBitmapStatisticsTest.java [deleted file]
org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file/GcSinceBitmapStatisticsTest.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/GC.java