Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is a web UI server for displaying benchmark results.
func (*Server) OpenBrowser ¶
OpenBrowser attempts to open the default browser to the server address.
func (*Server) Start ¶
Start starts the web server on an automatically assigned port. Returns the address the server is listening on.
func (*Server) WaitForKeypress ¶
func (s *Server) WaitForKeypress()
WaitForKeypress blocks until the user presses Enter.
Click to show internal directories.
Click to hide internal directories.