Home
last modified time | relevance | path

Searched refs:INPUT_CHARS (Results 1 – 1 of 1) sorted by relevance

/external/jackson-core/src/test/java/perf/
DManualCharAccessTest.java45 final char[] INPUT_CHARS = INPUT_STR.toCharArray(); in test() local
46 final char[] OUTPUT = new char[INPUT_CHARS.length]; in test()
49 final int REPS = (int) ((double) (80 * 1000 * 1000) / (double) INPUT_CHARS.length); in test()
51 INPUT_CHARS.length, REPS); in test()
71 msecs = readClassic(REPS, INPUT_CHARS, OUTPUT); in test()
75 msecs = readWithByte(REPS, INPUT_CHARS, OUTPUT); in test()
79 msecs = readWithInt(REPS, INPUT_CHARS, OUTPUT); in test()