Commit fb7e0f8f authored by Quxl's avatar Quxl

x

parent e648d829
......@@ -66,7 +66,7 @@ public class SqlConcurrentController {
stack.add(ExceptionHandler.toStackString(e).toString());
}
Long end = System.currentTimeMillis();
return Rjx.jsonOk().setData(list).set("stack", StringUtil.join("\n\n\n\n", stack)).setMessage("执行时间:" + (end-start) + ", 执行次数:" + executeCount + ", 并发线程:" + threadCount);
return Rjx.jsonOk().setData(list).set("stack", StringUtil.join("\n\n\n\n", stack)).setMessage("执行时间:" + (end-start) + "毫秒, 执行次数:" + executeCount + ", 并发线程:" + threadCount);
}
public static class Runner implements Runnable {
......
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