Skip to content

Commit 76ae6a4

Browse files
committed
add test
1 parent 39266e0 commit 76ae6a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java_test/src/main/java/com/yiyun/ThreadThisEscape.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public class ThreadThisEscape {
55
public ThreadThisEscape(){
66
new Thread(new EscapeRunnable()).start();
77
weight=1;
8-
// 模拟构造函数耗时
8+
// 模拟构造函数耗时2
99
for (int i = 0; i < 1000000; i++)
1010
{
1111

0 commit comments

Comments
 (0)