Package edu.brown.benchmark.smallbank

Examples of edu.brown.benchmark.smallbank.SmallBankProjectBuilder


        builder.setGlobalConfParameter("site.markov_path_caching", true);
        builder.setGlobalConfParameter("site.txn_client_debug", true);
        builder.setGlobalConfParameter("site.network_startup_wait", 60000);
        builder.setGlobalConfParameter("client.txn_hints", false);
       
        SmallBankProjectBuilder project = new SmallBankProjectBuilder();
        project.addDefaultSchema();
        project.addDefaultProcedures();
        project.addDefaultPartitioning();
        project.addParameterMappings(mappings);
       
        VoltServerConfig config;
        boolean success;
       
        /////////////////////////////////////////////////////////////
View Full Code Here


    }

    public static Test suite() {
        // the suite made here will all be using the tests from this class
        MultiConfigSuiteBuilder builder = new MultiConfigSuiteBuilder(TestSmallBankSuite.class);
        SmallBankProjectBuilder project = new SmallBankProjectBuilder();
        project.addAllDefaults();
       
        boolean success;
        VoltServerConfig config;
       
        /////////////////////////////////////////////////////////////
View Full Code Here

TOP

Related Classes of edu.brown.benchmark.smallbank.SmallBankProjectBuilder

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.