From 318484025d1f70d26609d886e2bd512714ba9c0e Mon Sep 17 00:00:00 2001 From: Mikhail Mitrofanov Date: Fri, 7 Feb 2025 17:49:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B5=D1=81=D1=82=D0=B0=20+=20?= =?UTF-8?q?=D1=80=D0=B5=D0=BA=D0=BE=D1=80=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example.Frontend/Program.cs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Example.Frontend/Program.cs b/Example.Frontend/Program.cs index bf344d1..f79c81f 100644 --- a/Example.Frontend/Program.cs +++ b/Example.Frontend/Program.cs @@ -43,4 +43,4 @@ for (int i = 0; i < iterations; i++) } timer.Stop(); Console.WriteLine("X is {0}", x); -Console.WriteLine("Time : {0}", timer.Elapsed); \ No newline at end of file +Console.WriteLine("Time : {0}", timer.Elapsed.TotalMilliseconds); \ No newline at end of file diff --git a/README.md b/README.md index d2be708..bbb445d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ own layers and redefine modules to get the desired result. ## Speed -mROA is a very lightweight and fast library in its basic implementation using TCP protocol. mROA can be up to 1.7 times +mROA is a very lightweight and fast library in its basic implementation using TCP protocol. mROA can be up to 2.8 times faster than gRPC when mROA is using JSON serialization (it can be changed). ---