mirror of
				https://github.com/PlaceholderAPI/PlaceholderAPI
				synced 2025-10-31 06:12:28 +01:00 
			
		
		
		
	removed benchmarks for shitty replacer
This commit is contained in:
		| @@ -50,16 +50,4 @@ public class ReplacerBenchmarks | |||||||
| 		Values.REGEX_REPLACER.apply(Values.LARGE_TEXT, null, Values.PLACEHOLDERS::get); | 		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); |  | ||||||
| 	} |  | ||||||
|  |  | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user