Update SpeedExample.java
This commit is contained in:
parent
591b424a76
commit
2113519e91
@ -43,9 +43,6 @@ public class SpeedExample {
|
||||
public static final int batchSize = 1000;
|
||||
|
||||
public static void main(String[] args) throws InterruptedException {
|
||||
testPutValue().block();
|
||||
|
||||
/*
|
||||
rangeTestPutMultiSame()
|
||||
.then(rangeTestPutMultiProgressive())
|
||||
.then(testPutMulti())
|
||||
@ -55,7 +52,7 @@ public class SpeedExample {
|
||||
.then(test3LevelPut())
|
||||
.then(test4LevelPut())
|
||||
.subscribeOn(Schedulers.parallel())
|
||||
.blockOptional();*/
|
||||
.blockOptional();
|
||||
}
|
||||
|
||||
private static Mono<Void> testCreateQueryable() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user