This commit is contained in:
Redkale
2017-03-20 13:25:42 +08:00
parent 73d243aaf1
commit 95b7e819cd
8 changed files with 152 additions and 135 deletions

View File

@@ -5,8 +5,7 @@
*/
package org.redkale.test.source;
import org.redkale.source.DataDefaultSource;
import org.redkale.source.DataSource;
import org.redkale.source.*;
/**
*
@@ -15,7 +14,7 @@ import org.redkale.source.DataSource;
public class JDBCTest {
public static void main(String[] args) throws Exception {
DataSource source = new DataDefaultSource(); //耗时37415
DataSource source = Sources.createDataSource(""); //耗时37415
int count = 1000;
LoginTestRecord last = null;
long s = System.currentTimeMillis();