soheilhy / cmux

Connection multiplexer for GoLang: serve different services on the same port!
Apache License 2.0
2.53k stars 197 forks source link

Add benchmarks #75

Open glindsell opened 4 years ago

glindsell commented 4 years ago

Under https://github.com/soheilhy/cmux#performance there is a TODO to add benchmarks.

I recently used the cmux project in another open source project https://github.com/SeldonIO/seldon-core/pull/1772

Questions were raised in the community about any possible performance hit from using the package, specifically asking for benchmarks.

I will look into this and hope to submit a PR with benchmarks soon.