Commit 51d27a4e authored by yanzg's avatar yanzg

表结构修改

parent 0ae7f297
......@@ -99,7 +99,7 @@ public class HttpHelperTest {
@Test
public void testThread() throws Exception {
int maxThread = 200;
int maxCount = 10000000;
int maxCount = 1000000;
Request req = new Request("http://10.150.2.3:6888/system/login/heart", maxThread, maxCount);
// Request req = new Request("http://127.0.0.1:6907/login/heart", maxThread, maxCount);
long totalStart = System.currentTimeMillis();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment