Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data. For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.
confighttp: add support for binding unix sockets
Embed confignet.AddrConfig in confighttp.ServerConfig,
replacing Endpoint. This introduces the "transport"
config attribute, which can be set to "unix" for
binding a Unix domain socket.