saucelabs/forwarder

e2e: add wrk test

mmatczuk opened this issue · 1 comments

Add a test target that allows to test the proxy using wrk.

Sample command

wrk http://127.0.0.1:3128 -d 10 -t 1 -c 200

Can now be done thanks to #315.

Relates to #354