1
0
mirror of synced 2025-12-24 22:17:58 +08:00

auto commit

This commit is contained in:
yitter
2022-10-02 19:36:51 +08:00
parent 0d44a08786
commit 6f8e43e7bc
5 changed files with 5 additions and 2 deletions

View File

@@ -165,7 +165,7 @@ namespace Yitter.OrgSystem.TestA
}
DateTime end = DateTime.Now;
Console.WriteLine($"GenCount: {genIdCount}, TimeLength: {(end - start).TotalMilliseconds} ms");
Console.WriteLine($"生成数量: {genIdCount}, 运行时间: {(end - start).TotalMilliseconds} ms");
Thread.Sleep(1000);
}
//Interlocked.Increment(ref Program.Count);