mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 19:37:00 +05:30
fix(benchmark): upgrade baseline profile generator size
This takes long enough to be a large test
This commit is contained in:
parent
fab5cb45c4
commit
dbeafbb569
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue