Searched refs:martinRepeat (Results 1 – 1 of 1) sorted by relevance
55 @Benchmark void martinRepeat(int reps) { in martinRepeat() method in StringsRepeatBenchmark57 String x = martinRepeat(originalString, count); in martinRepeat()99 private static String martinRepeat(String string, int count) { in martinRepeat() method in StringsRepeatBenchmark