docs: use relative link for BENCHMARKS.md in README

This commit is contained in:
loulanyue 2026-08-26 17:12:21 +08:00
parent dcaa4296d1
commit ed044244d3

View File

@ -143,7 +143,7 @@ The comprehensive documentation is available on [gin-gonic.com](https://gin-goni
## ⚡ Performance Benchmarks
Gin demonstrates exceptional performance compared to other Go web frameworks. It uses a custom version of [HttpRouter](https://github.com/julienschmidt/httprouter) for maximum efficiency. [View detailed benchmarks →](/BENCHMARKS.md)
Gin demonstrates exceptional performance compared to other Go web frameworks. It uses a custom version of [HttpRouter](https://github.com/julienschmidt/httprouter) for maximum efficiency. [View detailed benchmarks →](BENCHMARKS.md)
**Gin vs. Other Go Frameworks** (GitHub API routing benchmark):