Comment out the loop

上级 c9914a9e
......@@ -114,13 +114,13 @@ public void DeeplyNestedGeneric()
};
// Un-comment loop below and use above commands to figure out the new limits
for (int i = nestingLevel; i < int.MaxValue; i = i + 10)
{
var start = DateTime.UtcNow;
Console.Write($"Depth: {i}");
runDeeplyNestedGenericTest(i);
Console.WriteLine($" - {DateTime.UtcNow - start}");
}
// for (int i = nestingLevel; i < int.MaxValue; i = i + 10)
// {
// var start = DateTime.UtcNow;
// Console.Write($"Depth: {i}");
// runDeeplyNestedGenericTest(i);
// Console.WriteLine($" - {DateTime.UtcNow - start}");
// }
runDeeplyNestedGenericTest(nestingLevel);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册