BenchmarkInfo constructor
const
BenchmarkInfo({})
Creates benchmark information.
Implementation
const BenchmarkInfo({
required this.initTimeInSecond,
required this.timeToFirstTokenInSecond,
required this.lastPrefillTokenCount,
required this.lastDecodeTokenCount,
required this.lastPrefillTokensPerSecond,
required this.lastDecodeTokensPerSecond,
});