report

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Function

type Function interface {
	LogWriter() (io.Writer, error)
	BenchResult(bresult string) error
	StackDescription(sdesc string) error
	HttpTestConfig(config string) error
	Request() (Request, error)
}

type Request

type Request interface {
	Result(result Result) error
	Summary(summary string) error
	Error(id uint64, error string) error
	RawResult(raw string) error
}

type Result

type Result interface {
	Id() uint64
	InvocationOverHead() float64
	Duration() float64
	ContentTransfer() float64
	Reused() bool
}

type Test

type Test interface {
	Description(desc string) error
	Function(functionName, description, runtime, memorySize string) (Function, error)
}

type Top

type Top interface {
	LogWriter() (io.Writer, error)
	Test(testId string, providerName string) (Test, error)
}

Directories

Path Synopsis
generate
output

Jump to

Keyboard shortcuts

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