This commit is contained in:
wentch
2015-12-24 17:16:23 +08:00
parent 3edaa6dc96
commit 0969cbfff5

View File

@@ -15,7 +15,6 @@ import org.redkale.source.DataSource;
public class JDBCTest {
public static void main(String[] args) throws Exception {
System.setProperty("persist.type", "jdbc");
DataSource source = new DataDefaultSource(); //耗时37415
int count = 1000;
LoginTestRecord last = null;