From 92d0c5e003e9d7a8d940992f6944156563ecc297 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Sun, 11 Jan 2026 21:40:38 +0400 Subject: [PATCH] Revise feature support table in README Updated the supported and not supported features table for clarity. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 74287ad..1756621 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ Sarin is designed for efficient HTTP load testing with minimal resource consumption. It prioritizes simplicity—features like templating add zero overhead when unused. -| ✅ Supported | ❌ Not Supported | -| ---------------------------------------------------- | --------------------------------- | -| High-performance with low memory footprint | Detailed response body analysis | -| Long-running duration/count based tests | Extensive response statistics | -| Dynamic requests via 320+ template functions | Web UI or complex TUI | -| Multiple proxy protocols (HTTP/HTTPS/SOCKS5/SOCKS5H) | Scripting or multi-step scenarios | -| Flexible config (CLI, ENV, YAML) | HTTP/2, HTTP/3, WebSocket, gRPC | +| ✅ Supported | ❌ Not Supported | +| ---------------------------------------------------------- | --------------------------------- | +| High-performance with low memory footprint | Detailed response body analysis | +| Long-running duration/count based tests | Extensive response statistics | +| Dynamic requests via 320+ template functions | Web UI or complex TUI | +| Multiple proxy protocols
(HTTP, HTTPS, SOCKS5, SOCKS5H) | Scripting or multi-step scenarios | +| Flexible config (CLI, ENV, YAML) | HTTP/2, HTTP/3, WebSocket, gRPC | ## Installation