p4211: explicitly disable renames in no-rename test
commit85a727895d6868e98c3f72e25e371dcb867d6b69
authorJeff King <peff@peff.net>
Wed, 22 Jun 2016 19:40:51 +0000 (22 15:40 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jun 2016 20:47:55 +0000 (22 13:47 -0700)
tree1ee8e08f1714fbbc289799a5da436ae04430ddf0
parent1a0962dee51addaa44a53f9d9782e8231d27cc96
p4211: explicitly disable renames in no-rename test

p4211 tests line-log performance both with and without "-M".
In v2.9.0, the case without "-M" appears to have regressed
badly, but that is only because we flipped on renames by
default.

Let's have the test explicitly disable renames to get
consistent timings (and to match the presumed intent of the
test, which is to see the effects with and without renames).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p4211-line-log.sh