Commit c1b5fd54 authored by yanzg's avatar yanzg

表结构修改

parent d5a4c22f
...@@ -98,8 +98,8 @@ public class HttpHelperTest { ...@@ -98,8 +98,8 @@ public class HttpHelperTest {
@Test @Test
public void testThread() throws Exception { public void testThread() throws Exception {
int maxThread = 100; int maxThread = 1000;
int maxCount = 100000; int maxCount = 10000000;
Request req = new Request("http://10.150.2.3:6888/tbd_system/login/heart", maxThread, maxCount); Request req = new Request("http://10.150.2.3:6888/tbd_system/login/heart", maxThread, maxCount);
// Request req = new Request("http://127.0.0.1:6907/login/heart", maxThread, maxCount); // Request req = new Request("http://127.0.0.1:6907/login/heart", maxThread, maxCount);
long totalStart = System.currentTimeMillis(); 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