From db2fd3375ba0ec9873e95bd3b79e1d431df23702 Mon Sep 17 00:00:00 2001 From: Callum Stott Date: Fri, 23 Aug 2024 14:47:17 +0100 Subject: [PATCH] Adjust benchmark numbers based on current passes on FP3 --- .../odk/collect/android/benchmark/EntitiesBenchmarkTest.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collect_app/src/androidTest/java/org/odk/collect/android/benchmark/EntitiesBenchmarkTest.kt b/collect_app/src/androidTest/java/org/odk/collect/android/benchmark/EntitiesBenchmarkTest.kt index 6521b5d9702..bdc9d039ab2 100644 --- a/collect_app/src/androidTest/java/org/odk/collect/android/benchmark/EntitiesBenchmarkTest.kt +++ b/collect_app/src/androidTest/java/org/odk/collect/android/benchmark/EntitiesBenchmarkTest.kt @@ -66,13 +66,13 @@ class EntitiesBenchmarkTest { .clickOKOnDialog(MainMenuPage()) .clickGetBlankForm() - .benchmark("Downloading form with http cache", 20, benchmarker) { + .benchmark("Downloading form with http cache", 25, benchmarker) { it.clickGetSelected() } .clickOK(MainMenuPage()) .clickGetBlankForm() - .benchmark("Downloading form second time with http cache", 90, benchmarker) { + .benchmark("Downloading form second time with http cache", 75, benchmarker) { it.clickGetSelected() }