Remove speed tests based on mapCommit
commit66e5895eb41398542e5fcf8d4b38fbe4b9405452
authorShawn O. Pearce <spearce@spearce.org>
Sat, 19 Jun 2010 01:10:32 +0000 (18 18:10 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 23 Jun 2010 23:54:14 +0000 (23 16:54 -0700)
tree9c9bff4e558062eaa29b7697f58daba92c408256
parent33ae23b8b9607e93e62280c47091624ef43d20eb
Remove speed tests based on mapCommit

The mapCommit API is being deprecated because it doesn't run very
fast.  Leaving tests around to test how fast it is relative to C Git
isn't instructive.  Remove them, which should help aid the transition
away from the mapCommit API.

Change-Id: I27e1c844610d7da5b2c44b33a00602706973c9cc
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.test/exttst/org/eclipse/jgit/lib/SpeedTestBase.java [deleted file]
org.eclipse.jgit.test/exttst/org/eclipse/jgit/lib/T0005_ShallowSpeedTest.java [deleted file]
org.eclipse.jgit.test/exttst/org/eclipse/jgit/lib/T0006_DeepSpeedTest.java [deleted file]