Commit b83afa8f authored by yanzg's avatar yanzg

表结构修改

parent c1b5fd54
......@@ -100,7 +100,7 @@ public class HttpHelperTest {
public void testThread() throws Exception {
int maxThread = 1000;
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/system/login/heart", maxThread, maxCount);
// Request req = new Request("http://127.0.0.1:6907/login/heart", maxThread, maxCount);
long totalStart = System.currentTimeMillis();
for (int i = 0; i < req.thread; i++) {
......
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