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

/ropes-1.1.3/src/org/ahmadsoft/ropes/test/
H A DPerformanceTest.java2 * PerformanceTest.java
45 public class PerformanceTest { class
48 private static Random random = new Random(PerformanceTest.seed);
72 final char[] aChristmasCarol_RAW = PerformanceTest.readCC();
73 final char[] bensAuto_RAW = PerformanceTest.readBF();
77 System.out.println("Read " + aChristmasCarol.length() + " bytes in " + PerformanceTest.time(x,y));
83 int newSize = PerformanceTest.lenCC;
86 deletePlan[j][0] = PerformanceTest.random.nextInt(newSize);
87 deletePlan[j][1] = PerformanceTest.random.nextInt(Math.min(100, newSize - deletePlan[j][0]));
96 stats0[j] = PerformanceTest
[all...]

Completed in 1 milliseconds