test/jdk/java/util/TimSort/SortPerf.java
changeset 48541 946e34c2dec9
parent 47216 71c04702a3d5
equal deleted inserted replaced
48540:221cf8307606 48541:946e34c2dec9
    18  *
    18  *
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
       
    24 import java.util.Arrays;
       
    25 
    23 
    26 public class SortPerf {
    24 public class SortPerf {
    27     private static final int NUM_SETS = 5;
    25     private static final int NUM_SETS = 5;
    28     private static final int[] lengths = { 10, 100, 1000, 10000, 1000000 };
    26     private static final int[] lengths = { 10, 100, 1000, 10000, 1000000 };
    29 
    27