throws IOException, InterruptedException, ServiceException {
String filename = FileUtils.basename(inputFile);
System.gc();
runBenchmarkWithZipfDistribution1(new LockDelegate(), filename, threads, capacity, round, scanPercentage, scanLength, ReplacementAlgorithm.FullTwoQueue, pageSize, distribution);
}