Versions in this module Expand all Collapse all v1 v1.0.0 Sep 24, 2019 Changes in this version + type Function interface + BenchResult func(bresult string) error + HttpTestConfig func(config string) error + LogWriter func() (io.Writer, error) + Request func() (Request, error) + StackDescription func(sdesc string) error + type Request interface + Error func(id uint64, error string) error + RawResult func(raw string) error + Result func(result Result) error + Summary func(summary string) error + type Result interface + ContentTransfer func() float64 + Duration func() float64 + Id func() uint64 + InvocationOverHead func() float64 + Reused func() bool + type Test interface + Description func(desc string) error + Function func(functionName, description, runtime, memorySize string) (Function, error) + type Top interface + LogWriter func() (io.Writer, error) + Test func(testId string, providerName string) (Test, error)