コード例 #1
0
 public void run() {
   try {
     while (!testStatus.isStopTestRequested()) {
       TCObjectSelf tcoSelf = factory.newTCObjectSelf();
       serverMapLocalCache.put(tcoSelf);
       writeTps.incrementAndGet();
     }
   } catch (Throwable t) {
     testStatus.requestStopWithError(t);
   }
 }