Package com.oltpbenchmark.api

Examples of com.oltpbenchmark.api.MockBenchmark


   
    @Override
    protected void setUp() throws Exception {
        super.setUp();
       
        this.benchmark = new MockBenchmark();
        this.catalog = new Catalog(benchmark);
        assertNotNull(this.catalog);
       
        System.err.println("CATALOG:\n" + catalog);
    }
View Full Code Here

TOP

Related Classes of com.oltpbenchmark.api.MockBenchmark

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.