Optimized imports

This commit is contained in:
Ziver Koc 2016-07-16 22:53:56 +02:00
parent 52deb4b16d
commit e4930e5edb
29 changed files with 22 additions and 52 deletions

View file

@ -3,7 +3,6 @@ package zutil.benchmark;
import com.carrotsearch.junitbenchmarks.BenchmarkRule;
import org.junit.Rule;
import org.junit.Test;
import zutil.StringUtil;
public class LoopBenchmark {
public static final int TEST_EXECUTIONS = 500;

View file

@ -1,12 +1,10 @@
package zutil.benchmark;
import com.carrotsearch.junitbenchmarks.BenchmarkOptions;
import com.carrotsearch.junitbenchmarks.BenchmarkRule;
import org.junit.Rule;
import org.junit.Test;
import zutil.StringUtil;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Pattern;