Caches OTS web calls to avoid pinging the server repeatedly for the same event.

This commit is contained in:
Vitor Pamplona
2024-09-26 13:45:01 -04:00
parent d23a859f34
commit d8d6736d55
4 changed files with 77 additions and 18 deletions

View File

@@ -106,7 +106,7 @@ open class BaseCacheBenchmark {
}
@RunWith(AndroidJUnit4::class)
class CacheLoadingBenchmark : BaseCacheBenchmark() {
class CacheNotStartedBenchmark : BaseCacheBenchmark() {
@get:Rule val benchmarkRule = BenchmarkRule()
@Test