EvaluatorBenchmarkResult
Return type of benchmarkEvaluatorThroughput and benchmarkEvaluatorThroughputAsync.
interface EvaluatorBenchmarkResult {
legacyEvalsPerSecond: number;
fastEvalsPerSecond: number;
implementation: string;
}