removed benchmarks for shitty replacer

This commit is contained in:
Sxtanna 2020-07-28 12:57:08 -04:00
parent 731e177859
commit 300eb64d89
1 changed files with 0 additions and 12 deletions

View File

@ -50,16 +50,4 @@ public class ReplacerBenchmarks
Values.REGEX_REPLACER.apply(Values.LARGE_TEXT, null, Values.PLACEHOLDERS::get);
}
@Benchmark
public void measureTestsReplacerSmallText()
{
Values.TESTS_REPLACER.apply(Values.SMALL_TEXT, null, Values.PLACEHOLDERS::get);
}
@Benchmark
public void measureTestsReplacerLargeText()
{
Values.TESTS_REPLACER.apply(Values.LARGE_TEXT, null, Values.PLACEHOLDERS::get);
}
}