Map<String, Object> context = new HashMap<String, Object>();
context.put("qnodes", qNodes);
context.put("month", monthQueries + "");
SploutBenchmark benchmark = new SploutBenchmark();
for(int i = 0; i < nIterations; i++) {
benchmark.stressTest(nThreads, nQueries, MeteoStressThreadImpl.class, context);
benchmark.printStats(System.out);
}
}
/**