fix(benchmark): upgrade baseline profile generator size

This takes long enough to be a large test
This commit is contained in:
Harsh Shandilya 2022-12-21 00:05:24 +05:30 committed by GitHub
parent fab5cb45c4
commit dbeafbb569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ package dev.msfjarvis.claw.benchmark
import androidx.benchmark.macro.ExperimentalStableBaselineProfilesApi
import androidx.benchmark.macro.junit4.BaselineProfileRule
import androidx.test.filters.MediumTest
import androidx.test.filters.LargeTest
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.uiautomator.UiDevice
import org.junit.Before
@ -16,7 +16,7 @@ import org.junit.Rule
import org.junit.Test
@ExperimentalStableBaselineProfilesApi
@MediumTest
@LargeTest
class BaselineProfileGenerator {
@get:Rule val baselineProfileRule = BaselineProfileRule()
private lateinit var device: UiDevice