Skip to content

📊 PicoServer.Nano Benchmark ​

Test Environment ​

ItemSpecification
HardwareESP32-S3 N16R8
NetworkLAN WiFi
PicoServer.Nanov0.8.0

Test Commands ​

bash
# 6 concurrent short stress test
hey -n 50 -c 6 http://192.168.2.67

Test Results ​

ConfigurationStable ConcurrencyQPSAvg LatencySuccess Rate
Without PSRAM6~8~220ms100%
With PSRAM6~26~210ms100%

QPS improves significantly with PSRAM enabled. STM32 with Ethernet or hardware protocol stack is expected to perform better. Concurrency is recommended to be controlled within 6, as higher values may cause packet loss in the underlying lwIP stack.