Package co.adhoclabs.ironcushion.BenchmarkResults

Examples of co.adhoclabs.ironcushion.BenchmarkResults.BulkInsertBenchmarkResults


   
    // Perform the bulk insert operations.
    System.out.println("Starting bulk insert benchmark...");
    List<BulkInsertConnectionStatistics> allBulkInsertConnectionStatistics = httpReactor.performBulkInserts(
        allBulkInsertDocumentGenerators, bulkInsertPath);
    BulkInsertBenchmarkResults bulkInsertBenchmarkResults =
        BenchmarkResults.getBulkInsertResults(parsedArguments, allBulkInsertConnectionStatistics);
    System.out.println("BULK INSERT BENCHMARK RESULTS:");
    System.out.println(bulkInsertBenchmarkResults.toString("  "));
    System.out.println();
  }
View Full Code Here

TOP

Related Classes of co.adhoclabs.ironcushion.BenchmarkResults.BulkInsertBenchmarkResults

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.