주석 제거

This commit is contained in:
현성필
2024-05-13 20:55:18 +09:00
parent 88ac7ec75a
commit 028a1e5956
@@ -155,7 +155,6 @@ public class VirtualUser implements Runnable {
executePreRequestScript(cloned);
replaced = replacePlaceHoldersWithVariables(cloned);
// long startTime = System.currentTimeMillis();
ApiResponse response = null;
try {
response = apiClientFactory.getClient(replaced).handleRequest(replaced).get();
@@ -164,8 +163,6 @@ public class VirtualUser implements Runnable {
} catch (ExecutionException e) {
throw new RuntimeException(e);
}
// long endTime = System.currentTimeMillis();
// long responseTime = endTime - startTime;
executePostRequestScript(replaced, response);