From ab52b59bd9a9e3fc06ed5d229066fa8add750ab9 Mon Sep 17 00:00:00 2001 From: dmitry krokhin Date: Thu, 14 Mar 2024 17:44:41 +0300 Subject: [PATCH] performance notes actualize --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12bb207..3ea32ac 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ $client = new Client($configuration); ``` ## Performance -Testing on i5-4670k with nats running in docker gives 420k rps for publish and 350k rps for receive in non-verbose mode. +Testing on AMD Ryzen 5 3600X with nats running in docker gives about 400k rps for publish and 330k rps for receive in non-verbose mode. You can run tests on your environment. ```bash