t / perf / p0002-read-cache.shon commit Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-object (25bf951)
   1#!/bin/sh
   2
   3test_description="Tests performance of reading the index"
   4
   5. ./perf-lib.sh
   6
   7test_perf_default_repo
   8
   9count=1000
  10test_perf "read_cache/discard_cache $count times" "
  11        test-read-cache $count
  12"
  13
  14test_done