Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup??? survey: add report of "largest" paths
The exact disk size seems to be not quite robust enough for my liking. The `linux-musl-meson` job seems to be failing consistently, possibly because of zlib-ng deflates differently, as t8100.4(git survey (default)) is failing. The symptom is this: TOTAL OBJECT SIZES BY TYPE =============================================== Object Type | Count | Disk Size | Inflated Size ------------+-------+-----------+-------------- - Commits | 10 | 1523 | 2153 + Commits | 10 | 1528 | 2153 Trees | 10 | 495 | 1706 Blobs | 10 | 191 | 101 - Tags | 4 | 510 | 528 + Tags | 4 | 547 | 528 This means: the disk size is unlikely something we can verify robustly. Since zlib-ng seems to increase the disk size of the tags from 528 to 547, we cannot even assume that the disk size is always smaller than the inflated size. Signed-off-by: Johannes Schindelin <[email protected]>
- Loading branch information