Quellcode durchsuchen

注释并发测试类 严重影响INSTALL时间

Caratacus vor 8 Jahren
Ursprung
Commit
b7359fb3c2

+ 2 - 2
mybatis-plus/src/test/java/com/baomidou/mybatisplus/test/ContiPerfTest.java

@@ -41,10 +41,10 @@ public class ContiPerfTest {
 	 * average: 0.0039698
 	 * median: 0
 	 */
-	@Test
+	/*@Test
 	@PerfTest(invocations = 200000000, threads = 16)
 	public void testIdWorker() throws Exception {
 		IdWorker.getId();
-	}
+	}*/
 
 }