Searched refs:PerformanceTest (Results 1 - 1 of 1) sorted by relevance

/ropes-1.2.5/src/org/ahmadsoft/ropes/test/
H A DPerformanceTest.java2 * PerformanceTest.java
47 public class PerformanceTest { class
50 private static Random random = new Random(PerformanceTest.seed);
75 final char[] aChristmasCarol_RAW = PerformanceTest.readCC();
76 final char[] bensAuto_RAW = PerformanceTest.readBF();
80 System.out.println("Read " + aChristmasCarol.length() + " bytes in " + PerformanceTest.time(x,y));
86 int newSize = PerformanceTest.lenCC;
89 deletePlan[j][0] = PerformanceTest.random.nextInt(newSize);
90 deletePlan[j][1] = PerformanceTest.random.nextInt(Math.min(100, newSize - deletePlan[j][0]));
99 stats0[j] = PerformanceTest
[all...]

Completed in 4 milliseconds