Add an expensive test for git-notesnotes
commit332d314023ee7933a40835ea9df7e6c83aa7d28a
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 19 Dec 2008 22:10:36 +0000 (19 23:10 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 20 Dec 2008 11:58:07 +0000 (20 12:58 +0100)
tree373d323d57b26a8eb060ba046fadb313f8fbc933
parent3c63d9f03e440857a684cc453f1761a103c418b0
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>
t/t3302-notes-index-expensive.sh [new file with mode: 0755]