Package com.alibaba.druid.benckmark.proxy.sqlcase

Examples of com.alibaba.druid.benckmark.proxy.sqlcase.SelectNow


        executor.getSqlExecutors().add(createExecutorDirect());
        executor.getSqlExecutors().add(createExecutorDruid());

        executor.setExecuteCount(10);
        executor.setLoopCount(1000 * 100);
        executor.getCaseList().add(new SelectNow());
        // executor.getCaseList().add(new SelectSysUser());
        // executor.getCaseList().add(new Select1());
        // executor.getCaseList().add(new SelectEmptyTable());

        executor.execute();
View Full Code Here

TOP

Related Classes of com.alibaba.druid.benckmark.proxy.sqlcase.SelectNow

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.