Jiun Lee 5225bd2612 [go/hertz] Update hertz version and optimise config (#8483) 1 year ago
..
src 5225bd2612 [go/hertz] Update hertz version and optimise config (#8483) 1 year ago
README.md c7c54d2f61 [Go/fasthttp] Add Cached Queries test (#5827) 5 years ago
benchmark_config.json f135d48b17 [go] Chi remove extra tests (#8214) 2 years ago
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 years ago
fasthttp-prefork.dockerfile d320cc5cab ⬆️ Bump Go 1.19 + `fasthttp` 1.40 + set `GOAMD64=v3` (#7593) 2 years ago
fasthttp.dockerfile d320cc5cab ⬆️ Bump Go 1.19 + `fasthttp` 1.40 + set `GOAMD64=v3` (#7593) 2 years ago

README.md

fasthttp (GoLang) Benchmarking Test

This is the go portion of a benchmarking test suite comparing a variety of web development platforms.

"Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http"

Test URLs

http://localhost:8080/json
http://localhost:8080/db
http://localhost:8080/queries?queries=[1-500]
http://localhost:8080/cached-worlds?queries=[1-500]
http://localhost:8080/fortunes
http://localhost:8080/updates?queries=[1-500]
http://localhost:8080/plaintext