move memory monitor benchamrk to single indexing stress test
This commit is contained in:
parent
f09b45c04c
commit
ef64f5d970
|
@ -17,7 +17,7 @@
|
||||||
* under the License.
|
* under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.elasticsearch.benchmark.monitor.memory;
|
package org.elasticsearch.benchmark.stress;
|
||||||
|
|
||||||
import org.elasticsearch.action.index.IndexRequest;
|
import org.elasticsearch.action.index.IndexRequest;
|
||||||
import org.elasticsearch.client.Client;
|
import org.elasticsearch.client.Client;
|
||||||
|
@ -39,7 +39,7 @@ import static org.elasticsearch.node.NodeBuilder.*;
|
||||||
/**
|
/**
|
||||||
* @author kimchy (Shay Banon)
|
* @author kimchy (Shay Banon)
|
||||||
*/
|
*/
|
||||||
public class SimpleMemoryMonitorBenchmark {
|
public class SingleThreadIndexingStress {
|
||||||
|
|
||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
Random random = new Random();
|
Random random = new Random();
|
Loading…
Reference in New Issue