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). ---