Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Henkje authored Sep 28, 2019
1 parent 0000422 commit 185d488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The average of this test: 0.0582828ms (on localhost)

sw.Stop();
Console.WriteLine($"ElapsedMilliseconds SpeedTest: {sw.ElapsedMilliseconds}");
Console.WriteLine($"Average SpeedTest: {sw.ElapsedMilliseconds / MessageCount}");
Console.WriteLine($"Average SpeedTest: {sw.ElapsedMilliseconds / (decimal)MessageCount}");
}
```
Server:
Expand Down

0 comments on commit 185d488

Please sign in to comment.