You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posting here hoping someone will beat me on reading the source to dig out.
I'm doing a ping pong test to see if websocket can give us any performance boost in existing infrastructure comparing to http requests with keep alive on.
So, in the websocket report, how's the response time calculated. I'm a little confused. Does it mean:
the time client send a message and getting an ack from server saying they've gotten the message
or the time includes when the pong message has been received in the client.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Posting here hoping someone will beat me on reading the source to dig out.
I'm doing a ping pong test to see if websocket can give us any performance boost in existing infrastructure comparing to http requests with keep alive on.
So, in the websocket report, how's the response time calculated. I'm a little confused. Does it mean:
Beta Was this translation helpful? Give feedback.
All reactions