move memory monitor benchamrk to single indexing stress test

This commit is contained in:
kimchy 2010-08-20 13:41:33 +03:00
parent f09b45c04c
commit ef64f5d970
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
* under the License.
*/
package org.elasticsearch.benchmark.monitor.memory;
package org.elasticsearch.benchmark.stress;
import org.elasticsearch.action.index.IndexRequest;
import org.elasticsearch.client.Client;
@ -39,7 +39,7 @@ import static org.elasticsearch.node.NodeBuilder.*;
/**
* @author kimchy (Shay Banon)
*/
public class SimpleMemoryMonitorBenchmark {
public class SingleThreadIndexingStress {
public static void main(String[] args) throws Exception {
Random random = new Random();