mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-09 22:21:49 +01:00
removed benchmarks for shitty replacer
This commit is contained in:
parent
731e177859
commit
300eb64d89
@ -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);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user