From 8e2dbf641327c00fa044edaf41b241c1d167ec22 Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 21 Mar 2022 15:30:07 +0530 Subject: [PATCH 1/9] testing Branch --- Test.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Test.cs b/Test.cs index b09f985..f4c86e4 100644 --- a/Test.cs +++ b/Test.cs @@ -17,6 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { + //Commetes For Branch Level 2 var a = 0; a += i; a++; } -- 2.25.1 From a162e25dcae1abd07bcd83504bda5b7e2f5cb1c5 Mon Sep 17 00:00:00 2001 From: premkumar Date: Mon, 21 Mar 2022 12:03:16 +0000 Subject: [PATCH 2/9] Update 'Test.cs' --- Test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.cs b/Test.cs index f4c86e4..8193fe3 100644 --- a/Test.cs +++ b/Test.cs @@ -9,7 +9,7 @@ namespace TestConsoleApp { var stopWatch = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) - { + {// my login branch changes var a = 0;a += i;a++; } -- 2.25.1 From eadf12f2bd2323d8c9fd2641e7b3fda023f14ec2 Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 21 Mar 2022 17:40:00 +0530 Subject: [PATCH 3/9] fff --- Test.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Test.cs b/Test.cs index f4c86e4..faa7987 100644 --- a/Test.cs +++ b/Test.cs @@ -17,6 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { + string k = string.Empty; // Core lev2 //Commetes For Branch Level 2 var a = 0; a += i; a++; -- 2.25.1 From 28e1e4e8fde1a72a56ada77cd3148d5e5c31d2fe Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 21 Mar 2022 17:41:29 +0530 Subject: [PATCH 4/9] dgdfg --- Test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.cs b/Test.cs index faa7987..d19fa25 100644 --- a/Test.cs +++ b/Test.cs @@ -17,7 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { - string k = string.Empty; // Core lev2 + string k = string.Empty; // Core lev2 //Commetes For Branch Level 2 var a = 0; a += i; a++; -- 2.25.1 From 00b185214a6e302340dce04e19fb0548cddf4b79 Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 21 Mar 2022 17:42:39 +0530 Subject: [PATCH 5/9] qweqweqw --- Test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.cs b/Test.cs index 8590426..e93306c 100644 --- a/Test.cs +++ b/Test.cs @@ -17,7 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { - string k = string.Empty; // Core lev2 + string k = string.Empty; // Core lev2 //Commetes For Branch Level 2 var a = 0; a += i; a++; -- 2.25.1 From 835166a92b6c819798522352e32ad3ef93af2984 Mon Sep 17 00:00:00 2001 From: premkumar Date: Mon, 21 Mar 2022 13:18:22 +0000 Subject: [PATCH 6/9] 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++; } -- 2.25.1 From b332c7950225430e578e1c5d70b8dc630405cffa Mon Sep 17 00:00:00 2001 From: raviteja Date: Tue, 22 Mar 2022 11:13:30 +0530 Subject: [PATCH 7/9] Added New File --- Integration.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Integration.cs diff --git a/Integration.cs b/Integration.cs new file mode 100644 index 0000000..9169d31 --- /dev/null +++ b/Integration.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace TestConsoleApp +{ + public class Integration + { + string str = string.Empty; + } +} -- 2.25.1 From 827ec4749e0f8fbe28bc5163c236903ab942d6e0 Mon Sep 17 00:00:00 2001 From: premkumar Date: Tue, 22 Mar 2022 06:54:43 +0000 Subject: [PATCH 8/9] Delete 'Test.cs' nh --- Test.cs | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 Test.cs diff --git a/Test.cs b/Test.cs deleted file mode 100644 index d037bc0..0000000 --- a/Test.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using System.Diagnostics; - -namespace TestConsoleApp -{ - class Test - { - public static void Execute() - { - var stopWatch = Stopwatch.StartNew(); - for (int i = 0; i < 99999; i++) - { - 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; - var a = 0; a += i; a++; - - } - Console.WriteLine("{0}", stopWatch2.Elapsed.TotalMilliseconds); - - } - } -} -- 2.25.1 From 458a4ddab6c5759ec674ec2998804f12ce3410fa Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 6 Jun 2022 16:00:47 +0530 Subject: [PATCH 9/9] RK v1.0 --- Integration.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Integration.cs b/Integration.cs index 9169d31..f207e55 100644 --- a/Integration.cs +++ b/Integration.cs @@ -9,5 +9,7 @@ namespace TestConsoleApp public class Integration { string str = string.Empty; + string NewStr = "hello Corelevel 2"; + } } -- 2.25.1