Ignore LabelOrFolderWithChildrenMapperBenchmarks.kt

MAILAND-2429
This commit is contained in:
Davide Farella 2021-10-21 13:01:03 +02:00 committed by Davide Giuseppe Farella
parent 33913c8769
commit 3b17b58f14
1 changed files with 2 additions and 0 deletions

View File

@ -32,10 +32,12 @@ import org.junit.FixMethodOrder
import org.junit.runners.MethodSorters
import kotlin.system.measureTimeMillis
import kotlin.test.BeforeTest
import kotlin.test.Ignore
import kotlin.test.Test
@Suppress("PrivatePropertyName") // `_` for readability purpose on big numbers
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@Ignore("Benchmarks are useful only when observed, not needed to run for every pipeline")
class LabelOrFolderWithChildrenMapperBenchmarks {
private val mapper = LabelOrFolderWithChildrenMapper(TestDispatcherProvider)