ngsankha / ws-webdriver

thin proxy for webdriver over websockets
MIT License
20 stars 0 forks source link

Benchmarking with HTTP Keep-alive true? #3

Open alliv8 opened 1 year ago

alliv8 commented 1 year ago

Hi @ngsankha - did you happen to benchmark WS against TCP Keep alive true with HTTP?

ngsankha commented 1 year ago

@alliv8 Back then webdriverio didn't support keep-alive out of the box. I think it sends the keep-alive header now. If all parties (all upstream servers and client) are respecting the header the performance difference should be much smaller. Though it's hard to pinpoint without benchmarking again.

alliv8 commented 1 year ago

ok let me try :p