mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
Enable SpringJUnit5 Checkstyle rule
See gh-36496 Closes gh-36496
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ import static org.assertj.core.api.Assertions.fail;
|
||||
* @since 4.1
|
||||
*/
|
||||
@Disabled
|
||||
public class SpelCompilationPerformanceTests extends AbstractExpressionTests {
|
||||
class SpelCompilationPerformanceTests extends AbstractExpressionTests {
|
||||
|
||||
int count = 50000; // number of evaluations that are timed in one run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user