#!/bin/sh test_description='Tests pack performance using bitmaps' . ./perf-lib.sh test_perf_large_repo test_size 'paths at head' ' git ls-tree -r --name-only HEAD >path-list && wc -l name-hashes ' for version in 1 2 do test_size "distinct hash value: v$version" ' awk "{ print \$$version; }" name-hash-count && wc -l