t / perf / p1450-fsck.shon commit Merge tag 'l10n-2.21.0-rnd2.1' of git://github.com/git-l10n/git-po (36eb1cb)
   1#!/bin/sh
   2
   3test_description='Test fsck performance'
   4
   5. ./perf-lib.sh
   6
   7test_perf_large_repo
   8
   9test_perf 'fsck' '
  10        git fsck
  11'
  12
  13test_done