Fix build regression benchmarks after update
This commit is contained in:
+24
-27
@@ -28,37 +28,34 @@ runAllBenchmarks(
|
|||||||
title = "Clean build"
|
title = "Clean build"
|
||||||
useGradleArgs("--no-build-cache")
|
useGradleArgs("--no-build-cache")
|
||||||
|
|
||||||
warmups = 1
|
|
||||||
iterations = 1
|
|
||||||
|
|
||||||
runTasks(":app:assemblePlayDebug")
|
runTasks(":app:assemblePlayDebug")
|
||||||
runCleanupTasks("clean")
|
runCleanupTasks("clean")
|
||||||
}
|
}
|
||||||
|
|
||||||
// scenario {
|
scenario {
|
||||||
// title = "Incremental build with ABI change in common ViewModelFactory"
|
title = "Incremental build with ABI change in common ViewModelFactory"
|
||||||
// useGradleArgs("--no-build-cache")
|
useGradleArgs("--no-build-cache")
|
||||||
//
|
|
||||||
// runTasks(":app:assemblePlayDebug")
|
runTasks(":app:assemblePlayDebug")
|
||||||
// applyAbiChangeTo("common/src/main/java/com/duckduckgo/app/global/VpnViewModelFactory.kt")
|
applyAbiChangeTo("common/src/main/java/com/duckduckgo/app/global/VpnViewModelFactory.kt")
|
||||||
// }
|
}
|
||||||
//
|
|
||||||
// scenario {
|
scenario {
|
||||||
// title = "Incremetal build with ABI change in Kapt component"
|
title = "Incremetal build with ABI change in Kapt component"
|
||||||
// useGradleArgs("--no-build-cache")
|
useGradleArgs("--no-build-cache")
|
||||||
//
|
|
||||||
// runTasks(":app:assemblePlayDebug")
|
runTasks(":app:assemblePlayDebug")
|
||||||
// applyAbiChangeTo("vpn/src/main/java/com/duckduckgo/mobile/android/vpn/di/VpnModule.kt")
|
applyAbiChangeTo("vpn/src/main/java/com/duckduckgo/mobile/android/vpn/di/VpnModule.kt")
|
||||||
// }
|
}
|
||||||
//
|
|
||||||
// scenario {
|
scenario {
|
||||||
// title = "Incremental build with change in Android common string resource"
|
title = "Incremental build with change in Android common string resource"
|
||||||
// useGradleArgs("--no-build-cache")
|
useGradleArgs("--no-build-cache")
|
||||||
//
|
|
||||||
// runTasks(":app:assemblePlayDebug")
|
runTasks(":app:assemblePlayDebug")
|
||||||
//
|
|
||||||
// applyAndroidResourceValueChange("common-ui/src/main/res/values/strings.xml")
|
applyAndroidResourceValueChange("common-ui/src/main/res/values/strings.xml")
|
||||||
// }
|
}
|
||||||
},
|
},
|
||||||
mapOf(
|
mapOf(
|
||||||
"1.7.10" to stableReleasePatch,
|
"1.7.10" to stableReleasePatch,
|
||||||
|
|||||||
+1
@@ -10,3 +10,4 @@ index 314ccfb8c..ee33f75bc 100644
|
|||||||
+kotlinVersion = 1.7.10
|
+kotlinVersion = 1.7.10
|
||||||
kotlinCoroutinesVersion = 1.6.1
|
kotlinCoroutinesVersion = 1.6.1
|
||||||
kotlinxSerializationVersion = 1.3.2
|
kotlinxSerializationVersion = 1.3.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user