208209210211212213214215216217218
}; System.out.println("Performing HTTP read test."); httpReadTest.run(numRequests, numThreads); httpReadTest.printStats(); httpService.stop(); VoldemortIOUtils.closeQuietly(httpClient); } }