fwhezfwhez / tcpx

a cross-language tcp framwork in golang
MIT License
236 stars 45 forks source link

[feature-asking] Can add connections,throughput,response delay benchmarks ? #20

Closed nh-live closed 5 years ago

fwhezfwhez commented 5 years ago

Already add beanchmark in README.md - 1.Start - Benchmark.

Connections and throuput depend on machine.You might test yourself.

Reponse delay depends on time cost between client side sending and server side being received. In the server, each request will cost at least 829 ns, and it will cost more as your program becomes complicated.