From af76a8e4b34a9ae18de82da0283b97febccbac2b Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 21 Mar 2022 15:27:22 +0530 Subject: [PATCH 1/6] testing RK --- Test.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Test.cs b/Test.cs index b09f985..f0ac1d2 100644 --- a/Test.cs +++ b/Test.cs @@ -17,6 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { + //testing commonets var a = 0; a += i; a++; } -- 2.25.1 From b65a3437313971c98dd51f3b7b579421d9deaca9 Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 21 Mar 2022 17:28:05 +0530 Subject: [PATCH 2/6] master push --- Test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.cs b/Test.cs index f0ac1d2..d1339a9 100644 --- a/Test.cs +++ b/Test.cs @@ -17,7 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { - //testing commonets + //testing commonets Master var a = 0; a += i; a++; } -- 2.25.1 From 018946528f9eddc7132f8e6e370088319b54cdaf Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Mon, 21 Mar 2022 18:43:57 +0530 Subject: [PATCH 3/6] sefsdfsd --- Test.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Test.cs b/Test.cs index d1339a9..255ee07 100644 --- a/Test.cs +++ b/Test.cs @@ -17,8 +17,7 @@ namespace TestConsoleApp var stopWatch2 = Stopwatch.StartNew(); for (int i = 0; i < 99999; i++) { - //testing commonets Master - var a = 0; a += i; a++; + var a = 0; a += i; a++; } Console.WriteLine("{0}", stopWatch2.Elapsed.TotalMilliseconds); -- 2.25.1 From df84000232902bf3c8d940b242dd8652bb3d57e1 Mon Sep 17 00:00:00 2001 From: premkumar Date: Tue, 22 Mar 2022 06:53:12 +0000 Subject: [PATCH 4/6] delet --- 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 255ee07..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++) - { - var a = 0; a += i; a++; - - } - Console.WriteLine("{0}", stopWatch2.Elapsed.TotalMilliseconds); - - } - } -} -- 2.25.1 From 56dca568487bf29630cc04477ade18019ebe4d9e Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Tue, 7 Jun 2022 12:54:05 +0530 Subject: [PATCH 5/6] RK ne file from bush --- login.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 login.html diff --git a/login.html b/login.html new file mode 100644 index 0000000..e69de29 -- 2.25.1 From 5dad9536e6fefd1909ebd91d52a345c58bf27447 Mon Sep 17 00:00:00 2001 From: ramakrishna Date: Tue, 7 Jun 2022 17:17:55 +0530 Subject: [PATCH 6/6] hellor jrer er --- login.html | 1 + 1 file changed, 1 insertion(+) diff --git a/login.html b/login.html index e69de29..364d9b6 100644 --- a/login.html +++ b/login.html @@ -0,0 +1 @@ +Hello HTML \ No newline at end of file -- 2.25.1