Update SpeedExample.java

This commit is contained in:
Andrea Cavalli 2021-02-02 20:09:31 +01:00
parent 591b424a76
commit 2113519e91

View File

@ -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() {