Update 'Test.cs'

qwew
This commit is contained in:
2022-03-21 13:18:22 +00:00
parent 00b185214a
commit 835166a92b
+2 -4
View File
@@ -9,16 +9,14 @@ namespace TestConsoleApp
{ {
var stopWatch = Stopwatch.StartNew(); var stopWatch = Stopwatch.StartNew();
for (int i = 0; i < 99999; i++) for (int i = 0; i < 99999; i++)
{// my login branch changes {
var a = 0;a += i;a++; var a = 0;a += i;a++;
} }
Console.WriteLine("{0}", stopWatch.Elapsed.TotalMilliseconds); Console.WriteLine("{0}", stopWatch.Elapsed.TotalMilliseconds);
var stopWatch2 = Stopwatch.StartNew(); var stopWatch2 = Stopwatch.StartNew();
for (int i = 0; i < 99999; i++) for (int i = 0; i < 99999; i++)
{ {
string k = string.Empty; // Core lev2 string k = string.Empty;
//Commetes For Branch Level 2
var a = 0; a += i; a++; var a = 0; a += i; a++;
} }