???????java???н????????????Ь?и?????????????????????????????????

????????????????????ContiPerf ??

????ContiPerf ???????????????????????????????JUnit 4??????????????????????????????????????????????JUnit 4??????????????????????JUnitPerf?????????????????????????????????????á??????????????е?????????????Java??????????????????????????????????????????????????С?

??????????????

import org.junit.*;
 import org.databene.contiperf.*;
 
 public class SmokeTest {
 
     @Rule
     public ContiPerfRule i = new ContiPerfRule();
 
     @Test
     @PerfTest(invocations = 1000?? threads = 20)
     @Required(max = 1200?? average = 250)
     public void test1() throws Exception {
         Thread.sleep(200);
     }
 }