From cd07f8a1f3ad72f7bccb0b0bbfa6967f1a6ace71 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:22 +0000 Subject: [PATCH] Automated ingestion of prompt: HTTP Benchmarking Tool CLI --- prompts/coding/http_benchmarking_tool_cli_544.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/coding/http_benchmarking_tool_cli_544.md diff --git a/prompts/coding/http_benchmarking_tool_cli_544.md b/prompts/coding/http_benchmarking_tool_cli_544.md new file mode 100644 index 0000000..cbbafb6 --- /dev/null +++ b/prompts/coding/http_benchmarking_tool_cli_544.md @@ -0,0 +1,7 @@ +--- +title: "HTTP Benchmarking Tool CLI" +contributor: "@f" +tags: #coding, #f +--- + +Create a high-performance HTTP benchmarking tool in Go. Implement concurrent request generation with configurable thread count. Add detailed statistics including latency, throughput, and error rates. Include support for HTTP/1.1, HTTP/2, and HTTP/3. Implement custom header and cookie management. Add request templating for dynamic content. Include response validation with regex and status code checking. Implement TLS configuration with certificate validation options. Add load profile configuration with ramp-up and steady-state phases. Include detailed reporting with percentiles and histograms. Implement distributed testing mode for high-load scenarios.