mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 12:07:11 +01:00
Caches OTS web calls to avoid pinging the server repeatedly for the same event.
This commit is contained in:
@@ -106,7 +106,7 @@ open class BaseCacheBenchmark {
|
||||
}
|
||||
|
||||
@RunWith(AndroidJUnit4::class)
|
||||
class CacheLoadingBenchmark : BaseCacheBenchmark() {
|
||||
class CacheNotStartedBenchmark : BaseCacheBenchmark() {
|
||||
@get:Rule val benchmarkRule = BenchmarkRule()
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user