Erik Dubbelboer ceff649b98 Update Go and all Go dependencies to their latest versions (#9771) 6 ヶ月 前
..
src ceff649b98 Update Go and all Go dependencies to their latest versions (#9771) 6 ヶ月 前
README.md c7c54d2f61 [Go/fasthttp] Add Cached Queries test (#5827) 5 年 前
benchmark_config.json f135d48b17 [go] Chi remove extra tests (#8214) 2 年 前
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 年 前
fasthttp-prefork.dockerfile ceff649b98 Update Go and all Go dependencies to their latest versions (#9771) 6 ヶ月 前
fasthttp.dockerfile ceff649b98 Update Go and all Go dependencies to their latest versions (#9771) 6 ヶ月 前

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