Merge branch 'sb/perf-without-installed-git'

Performance-measurement tests did not work without an installed Git.

* sb/perf-without-installed-git:
  t/perf: make runner work even if Git is not installed
This commit is contained in:
Junio C Hamano 2015-10-15 15:43:37 -07:00
commit d5ef5f522a

View File

@ -1,5 +1,6 @@
#!/usr/bin/perl
use lib '../../perl/blib/lib';
use strict;
use warnings;
use Git;