new file created in corelevel2 #9

Closed
premkumar wants to merge 10 commits from CoreLevel2 into master
Showing only changes of commit 835166a92b - Show all commits
+2 -4
View File
@@ -9,16 +9,14 @@ namespace TestConsoleApp
{
var stopWatch = Stopwatch.StartNew();
for (int i = 0; i < 99999; i++)
{// my login branch changes
{
var a = 0;a += i;a++;
}
Console.WriteLine("{0}", stopWatch.Elapsed.TotalMilliseconds);
var stopWatch2 = Stopwatch.StartNew();
for (int i = 0; i < 99999; i++)
{
string k = string.Empty; // Core lev2
//Commetes For Branch Level 2
string k = string.Empty;
var a = 0; a += i; a++;
}