tile38/vendor/github.com/tidwall/evio/benchmarks
tidwall 555e47036c Replaced net package with evio
- Added threads startup flag
- Replaced net package with evio
- Refactored controller into server
2018-10-28 15:51:47 -07:00
..
fasthttp-server Replaced net package with evio 2018-10-28 15:51:47 -07:00
net-echo-server Replaced net package with evio 2018-10-28 15:51:47 -07:00
net-http-server Replaced net package with evio 2018-10-28 15:51:47 -07:00
out Replaced net package with evio 2018-10-28 15:51:47 -07:00
.gitignore Replaced net package with evio 2018-10-28 15:51:47 -07:00
README.md Replaced net package with evio 2018-10-28 15:51:47 -07:00
analyze.go Replaced net package with evio 2018-10-28 15:51:47 -07:00
bench-echo.sh Replaced net package with evio 2018-10-28 15:51:47 -07:00
bench-http.sh Replaced net package with evio 2018-10-28 15:51:47 -07:00
bench-redis.sh Replaced net package with evio 2018-10-28 15:51:47 -07:00
bench.sh Replaced net package with evio 2018-10-28 15:51:47 -07:00

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/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.

Like all benchmarks ever made in the history of whatever, YMMV. Please tweak and run in your environment and let me know if you see any glaring issues.