Add an expensive test for git-notes
commit009318b1f1db24588d93bc658ea6c6a5324c9c3c
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 20 Dec 2008 12:06:03 +0000 (20 13:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jan 2009 03:17:48 +0000 (11 19:17 -0800)
treec20d9824d3b3b8b7fcbfead2e49df7204203503b
parent2dd625d022074bb677bdd5caa5146cabaf726123
Add an expensive test for git-notes

git-notes have the potential of being pretty expensive, so test with
a lot of commits.  A lot.  So to make things cheaper, you have to
opt-in explicitely, by setting the environment variable
GIT_NOTES_TIMING_TESTS.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3302-notes-index-expensive.sh [new file with mode: 0755]