Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.
Click to show internal directories.
Click to hide internal directories.