From 3801a78aa6b9ed251f0cf388b04e316d81f18596 Mon Sep 17 00:00:00 2001 From: bxd <2216403312@qq.com> Date: Mon, 4 Dec 2023 16:31:05 +0800 Subject: [PATCH] add benchmark --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8d71fe..54c8a2f 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Requests is a fully featured HTTP client library for Golang. Network requests ca * [DNS Settings](https://github.com/gospider007/requests/blob/master/test/dns_test.go) * [Proxy](https://github.com/gospider007/requests/blob/master/test/proxy_test.go) * [Well tested client library](https://github.com/gospider007/requests/tree/master/test) + * [benchmark](https://github.com/gospider007/benchmark) ## Supported Go Versions Recommended to use `go1.21.3` and above. Initially Requests started supporting `go modules`