Deprecated all the old benchmarking stuff

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@566433 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2007-08-16 00:22:46 +00:00
parent f38b1cf2f8
commit 477c4e0efe
3 changed files with 5 additions and 4 deletions

View File

@ -21,7 +21,7 @@ import java.io.IOException;
/**
*
*
* @deprecated Use the Task based benchmarker
**/
public abstract class AbstractBenchmarker implements Benchmarker
{

View File

@ -23,6 +23,7 @@ package org.apache.lucene.benchmark;
* As benchmarks are added, perhaps a common set of Options will become clear
*
*
* @deprecated Use the task based approach instead
**/
public interface BenchmarkOptions
{

View File

@ -17,14 +17,14 @@ package org.apache.lucene.benchmark;
*/
import java.io.File;
import org.apache.lucene.benchmark.stats.TestData;
import java.io.File;
/**
*
*
* @deprecated Use the Task based benchmarker
**/
public interface Benchmarker
{