From 5955d8ec3913a7763d6b288ae4d2e92e7793e5d3 Mon Sep 17 00:00:00 2001 From: DJGosnell Date: Tue, 30 Aug 2016 13:46:37 -0400 Subject: [PATCH] Updated performance tests in readme. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60f344f..6dcc4a3 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,14 @@ DtronixMessageQueue is a small .net TCP/UDP message queueing system using the mi The purpose of this project is to provide a simple transport protocol for multiple systems, mostly being the DtronixRpc system. ### Performance + [Laptop Intel i7-6500U 16GB](DtronixMessageQueue.Tests.Performance/Results/i7-6500U-16GB.md) -[Desktop Intel i5-3470 8GB](DtronixMessageQueue.Tests.Performance/Results/i5-3470-8GB.md) +[Desktop Intel i5-3470 8GB 8KB Buffer](DtronixMessageQueue.Tests.Performance/Results/i5-3470-8GB-8KB.md) + +[Desktop Intel i5-3470 8GB 16KB Buffer](DtronixMessageQueue.Tests.Performance/Results/i5-3470-8GB-16KB.md) + +[Desktop Intel i7-6700K 32GB 8KB Buffer](DtronixMessageQueue.Tests.Performance/Results/i7-6700K-32GB.md) ### License Released under [MIT license](LICENSE)