report

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2026 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate(in Input) string

Generate produces a markdown benchmark report from the given inputs. The output is suitable for committing as benchmark/RESULTS.md.

Types

type Input

type Input struct {
	Version   string
	Accuracy  *accuracy.Results
	TokenEsts []token.QuestionEstimate // theoretical estimates
	LiveRes   []token.LiveResult       // optional, live mode results
	Questions []string                 // canonical question strings
}

Input holds everything needed to generate a benchmark report.

Jump to

Keyboard shortcuts

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