core leve2 changes #3

Closed
premkumar wants to merge 6 commits from CoreLevel2 into master
+3 -1
View File
@@ -9,7 +9,7 @@ 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++;
} }
@@ -17,6 +17,8 @@ namespace TestConsoleApp
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
//Commetes For Branch Level 2
var a = 0; a += i; a++; var a = 0; a += i; a++;
} }