Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func FormatResults(results []*BenchResult) string + type BenchResult struct + AllocsPerOp int64 + BytesPerOp int64 + Iterations int + NsPerOp int64 + Operation string + OpsPerSec float64 + Protocol string + TotalTime time.Duration + type Suite struct + func NewSuite(lib *protocol.Library, iterations int) *Suite + func (s *Suite) RunDecode(protoName string, data []byte) (*BenchResult, error) + func (s *Suite) RunEncode(protoName string, packet map[string]any) (*BenchResult, error)