uber / tchannel

network multiplexing and framing protocol for RPC
MIT License
1.15k stars 129 forks source link

Add benchmark for as http #1316

Closed anson627 closed 8 years ago

anson627 commented 8 years ago

raw-http: benchmark result { totalRequests: 5000, totalErrors: 0, totalTimeSeconds: 0.865796189, rps: 5775, meanLatencyMs: 0, maxLatencyMs: 8, percentiles: { '50': 1, '90': 1, '95': 1, '99': 4 }, errorCodes: {} }

as-http: benchmark result { totalRequests: 5000, totalErrors: 0, totalTimeSeconds: 2.087116424, rps: 2396, meanLatencyMs: 0, maxLatencyMs: 34, percentiles: { '50': 1, '90': 2, '95': 3, '99': 8 }, errorCodes: {} }

r: @ShanniLi @Raynos @jcorbin

Raynos commented 8 years ago

Drain test is flappy :(

Raynos commented 8 years ago

@anson627 See if you can fix that flappy drain test :) would be cool.

Otherwise this looks good to me.