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