Merge branch 'jk/rebase-config-insn-fmt-docfix'
[gitweb.git] / t / perf / p4211-line-log.sh
index 3d074b0e413a0cb5b3df58296385cfdfbefbcaf7..b7ff68d4fa3de5559af672795191a0b81deaa4f8 100755 (executable)
@@ -23,11 +23,11 @@ test_perf 'git log --follow (baseline for -M)' '
        git log --oneline --follow -- "$file" >/dev/null
 '
 
-test_perf 'git log -L' '
-       git log -L 1:"$file" >/dev/null
+test_perf 'git log -L (renames off)' '
+       git log --no-renames -L 1:"$file" >/dev/null
 '
 
-test_perf 'git log -M -L' '
+test_perf 'git log -L (renames on)' '
        git log -M -L 1:"$file" >/dev/null
 '