}
}
public void run() {
// Run the client threads
Config config = Config.getConfig();
ClientThreadPool pool = new ClientThreadPool(config.thread_count, config.operation_count, workload);
pool.join();
// Wait until the status thread grabs the last piece of stats data
while (Measurements.getMeasurements().getPartialData().size() > 0) {