Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Performance]: Interesting performance overhead. #200

Open
mike820324 opened this issue Sep 30, 2016 · 0 comments
Open

[Performance]: Interesting performance overhead. #200

mike820324 opened this issue Sep 30, 2016 · 0 comments

Comments

@mike820324
Copy link
Owner

I have wrote a simple script to test the latency when a request is using a proxy or not.
The following are the result to query http://127.0.0.1

SocksLayer -> ForwardLayer

Baseline Latency: 0.00109156179428 secs
Proxy Latency: 0.00239816999435 secs
Overhead: 119.700799984%

SocksLayer -> Http1Layer

Baseline Latency: 0.00108794307709
Proxy Latency: 0.0403112287521
Overhead: 3605.27002755%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant