Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MicroBenchResult ¶
type MicroBenchResult struct {
Name string `json:"name"`
N int `json:"n"`
NsPerOp int64 `json:"ns_per_op"`
BPerOp int64 `json:"b_per_op"`
AllocsPerOp int64 `json:"allocs_per_op"`
Extra map[string]float64 `json:"extra,omitempty"`
}
func RunMicroBenchmarks ¶
func RunMicroBenchmarks(specs []MicroBenchSpec) []MicroBenchResult
type MicroBenchSpec ¶
func DiffPatchStabilitySpecs ¶
func DiffPatchStabilitySpecs() []MicroBenchSpec
func ProtocolPatchCodecSpecs ¶
func ProtocolPatchCodecSpecs() []MicroBenchSpec
Click to show internal directories.
Click to hide internal directories.