BenchmarkResult
constructor(id: Long = 0, createdAt: Long, deviceInfo: BenchmarkDeviceInfo, cpuScore: Int, memoryScore: Int, acceleratorScore: Int, totalScore: Int, estimatedTimeSeconds: Int, recommendation: BenchmarkRecommendation, providerRecommendations: List<BenchmarkProviderRecommendation> = emptyList(), notes: List<String> = emptyList())(source)