Commit 5c4a738 1 parent 6e5d663 commit 5c4a738 Copy full SHA for 5c4a738
File tree 1 file changed +2
-2
lines changed
test/src/test/java/cn/edu/tsinghua/iginx/integration/warmup
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ public class SQLWarmupIT implements AutoCloseable {
40
40
private static Logger LOGGER = LoggerFactory .getLogger (SQLWarmupIT .class );
41
41
42
42
private static final String SQL = System .getProperty ("iginx.warmup.sql" , "warmup/warmup.sql" );
43
- private static final int WARMUP = Integer .getInteger ("iginx.warmup.repeat" , 10 );
44
- private static final int RECORD = Integer .getInteger ("iginx.warmup.records" , 20000 );
43
+ private static final int WARMUP = Integer .getInteger ("iginx.warmup.repeat" , 5 );
44
+ private static final int RECORD = Integer .getInteger ("iginx.warmup.records" , 10000 );
45
45
private static final String IP = System .getProperty ("iginx.warmup.ip" , "127.0.0.1" );
46
46
private static final int PORT = Integer .getInteger ("iginx.warmup.port" , 6888 );
47
47
private static final String USERNAME = System .getProperty ("iginx.warmup.username" , "root" );
You can’t perform that action at this time.
0 commit comments