From 835166a92b6c819798522352e32ad3ef93af2984 Mon Sep 17 00:00:00 2001 From: premkumar Date: Mon, 21 Mar 2022 13:18:22 +0000 Subject: [PATCH] Update 'Test.cs' qwew --- Test.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Test.cs b/Test.cs index e93306c..d037bc0 100644 --- a/Test.cs +++ b/Test.cs @@ -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++; }