fix(benchmark): remove outdated annotation

This commit is contained in:
Harsh Shandilya 2022-11-13 13:52:50 +05:30
parent 10eecce01c
commit 0dd2a3be6f
No known key found for this signature in database

View file

@ -6,7 +6,6 @@
*/ */
package dev.msfjarvis.claw.benchmark package dev.msfjarvis.claw.benchmark
import androidx.benchmark.macro.ExperimentalBaselineProfilesApi
import androidx.benchmark.macro.junit4.BaselineProfileRule import androidx.benchmark.macro.junit4.BaselineProfileRule
import androidx.test.filters.MediumTest import androidx.test.filters.MediumTest
import androidx.test.platform.app.InstrumentationRegistry import androidx.test.platform.app.InstrumentationRegistry
@ -15,7 +14,6 @@ import org.junit.Before
import org.junit.Rule import org.junit.Rule
import org.junit.Test import org.junit.Test
@ExperimentalBaselineProfilesApi
@MediumTest @MediumTest
class BaselineProfileGenerator { class BaselineProfileGenerator {
@get:Rule val baselineProfileRule = BaselineProfileRule() @get:Rule val baselineProfileRule = BaselineProfileRule()