Skip to content

Commit

Permalink
SdkSuppress FhirSyncWorkerBenchmark oneTimeSync_50patients (re. #2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored Oct 6, 2023
1 parent a71109b commit d9b6035
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import androidx.benchmark.junit4.BenchmarkRule
import androidx.benchmark.junit4.measureRepeated
import androidx.test.core.app.ApplicationProvider
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.SdkSuppress
import androidx.work.ListenableWorker
import androidx.work.WorkerParameters
import androidx.work.testing.TestListenableWorkerBuilder
Expand Down Expand Up @@ -127,6 +128,7 @@ class FhirSyncWorkerBenchmark {

@Test fun oneTimeSync_10patients() = oneTimeSync(10, 5, 5)

@SdkSuppress // TODO https://github.com/google/android-fhir/issues/2235 FIXME
@Test fun oneTimeSync_50patients() = oneTimeSync(50, 5, 5)

private fun oneTimeSync(numberPatients: Int, numberObservations: Int, numberEncounters: Int) =
Expand Down

0 comments on commit d9b6035

Please sign in to comment.