benchmarks

package
v0.14.2 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SaveBenchRecord

func SaveBenchRecord(records []BenchRecord) error

Types

type BenchRecord

type BenchRecord struct {
	Timestamp time.Time `json:"timestamp"`
	Name      string    `json:"name"`
	NsPerOp   float64   `json:"ns_per_op"`
	AllocsOp  int64     `json:"allocs_per_op"`
	BytesOp   int64     `json:"bytes_per_op"`
}

Jump to

Keyboard shortcuts

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