mirror of https://github.com/tidwall/evio.git
6a6c22352b | ||
---|---|---|
.. | ||
fasthttp-server | ||
iris-server | ||
net-echo-server | ||
net-http-server | ||
out | ||
.gitignore | ||
README.md | ||
analyze.go | ||
bench-echo.sh | ||
bench-http.sh | ||
bench-redis.sh | ||
bench.sh |
README.md
evio benchmark tools
Required tools:
Required Go packages:
go get gonum.org/v1/plot/...
go get -u github.com/valyala/fasthttp
go get -u github.com/kataras/iris
go get -u github.com/tidwall/redcon
And of course Go is required.
Run bench.sh
for all benchmarks.
Notes
- The current results were run on an Ec2 c4.xlarge instance.
- The servers started in single-threaded mode (GOMAXPROC=1).
- Network clients connected over Ipv4 localhost.