Does k6 support test with unix domain socket

I want to test a server benchmark with localhost/Unix domain socket, while I do not find anywhere to specify socket path, so does k6 support it?

Hi @long , welcome to the forum :tada: .

Unfortunately, k6 currently doesn’t support unix sockets and a quick search shows that it might not be so hard, although I don’t know what the case with actually measuring the timings will be. Either way please open an issue and we can try to get it done at some point in the future or you can try to make a PR