We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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%
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
SocksLayer -> Http1Layer
The text was updated successfully, but these errors were encountered: