for (Entry<String, String> entry : sortedProperties.entrySet()) {
stdout.printf(" %s = %s%n", entry.getKey(), entry.getValue());
}
}
// check that the parameters are valid
injector.getInstance(BenchmarkClass.class).validateParameters(options.userParameters());
ServiceManager serviceManager = injector.getInstance(ServiceManager.class);
serviceManager.startAsync().awaitHealthy();
try {
CaliperRun run = injector.getInstance(CaliperRun.class); // throws wrapped ICE, IBE
run.run(); // throws IBE