internal

package
v0.0.0-...-f444656 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2019 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RenderResults

func RenderResults(output io.Writer, records Records)

Types

type Dispatcher

type Dispatcher struct {
	// contains filtered or unexported fields
}

func NewDispatcher

func NewDispatcher(opts *Options) *Dispatcher

func (*Dispatcher) Close

func (d *Dispatcher) Close() error

func (*Dispatcher) Run

func (d *Dispatcher) Run(url string)

type Options

type Options struct {
	Duration time.Duration
	Output   string
	Workers  int
}

type Record

type Record struct {
	// contains filtered or unexported fields
}

type Records

type Records map[string][]*Record

func ParseResults

func ParseResults(inputFilePath string) (Records, error)

type Result

type Result struct {
	Duration time.Duration
	Response *http.Response
}

type Stats

type Stats struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL