From 0dd2a3be6f6ed069c93f1c88477184286900e921 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 13 Nov 2022 13:52:50 +0530 Subject: [PATCH] fix(benchmark): remove outdated annotation --- .../dev/msfjarvis/claw/benchmark/BaselineProfileGenerator.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileGenerator.kt b/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileGenerator.kt index 875ea9b9..11f3176d 100644 --- a/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileGenerator.kt +++ b/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileGenerator.kt @@ -6,7 +6,6 @@ */ package dev.msfjarvis.claw.benchmark -import androidx.benchmark.macro.ExperimentalBaselineProfilesApi import androidx.benchmark.macro.junit4.BaselineProfileRule import androidx.test.filters.MediumTest import androidx.test.platform.app.InstrumentationRegistry @@ -15,7 +14,6 @@ import org.junit.Before import org.junit.Rule import org.junit.Test -@ExperimentalBaselineProfilesApi @MediumTest class BaselineProfileGenerator { @get:Rule val baselineProfileRule = BaselineProfileRule()