RoomBenchmarkRepository

Room-backed benchmark repository.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(dao: BenchmarkResultDao)

Properties

Link copied to clipboard
private val dao: BenchmarkResultDao

Functions

Link copied to clipboard
open suspend override fun getLatest(): BenchmarkResult?
Link copied to clipboard
open override fun observeLatest(): Flow<BenchmarkResult?>
Link copied to clipboard
open suspend override fun save(result: BenchmarkResult): BenchmarkResult