From eb59f849b5a10ce1626112734c17216e99a07fa6 Mon Sep 17 00:00:00 2001 From: Blade <99137075+nodiesBlade@users.noreply.github.com> Date: Tue, 9 Apr 2024 04:37:35 -0500 Subject: [PATCH] Update 03-2024-benchmark.md --- docs/benchmarks/03_2024/03-2024-benchmark.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/benchmarks/03_2024/03-2024-benchmark.md b/docs/benchmarks/03_2024/03-2024-benchmark.md index fb2f54e..6a4646b 100644 --- a/docs/benchmarks/03_2024/03-2024-benchmark.md +++ b/docs/benchmarks/03_2024/03-2024-benchmark.md @@ -89,8 +89,8 @@ This deep dive revealed that the bottleneck does not lie in QoS/Node selection, The baseline latency overhead therefore is attributed to protocol requirements (hashing/signing a relay) and hardware specifications. To mitigate this latency, upgrading to more powerful CPUs or dedicated machines should decrease this latency. Nodies currently uses the AMD 5950X CPU for their gateway servers. ### Summary -This benchmark provides a comprehensive quantitative assessment of the gateway server's performance under varying loads within the POKT Testnet environment. Analysis of CPU metrics reveals a slight uptick in CPU utilization from approximately 10% to around 125% at peak load of 1,000 RPS, with a maximum observed utilization of 800%. Memory metrics also show a similar pattern, with memory utilization increasing from around 120MiB to approximately 280MiB at peak load. +This benchmark provides a comprehensive quantitative assessment of the gateway server's performance under varying loads within the POKT Testnet environment. Analysis of CPU metrics reveals a slight uptick in CPU utilization from approximately 10% to around 125% at peak load of 1,000 RPS (max capacity of 800%). Memory metrics also show a similar pattern, with memory utilization increasing from around 120MiB to approximately 280MiB at peak load. Despite the increase in load, the gateway server demonstrates resilience, maintaining consistent latency across different request rates. -In order to achieve better latency performance in production, gateway operators should strive for modern CPU's such as the AMD Ryzen 9 or EPYC processors. \ No newline at end of file +In order to achieve better latency performance in production, gateway operators should strive for modern CPU's such as the AMD Ryzen 9 or EPYC processors.