NTP-7562 | Bump com.diffplug.spotless from 6.25.0 to 7.0.0 (#14464)

This commit is contained in:
Shivam Goyal
2025-01-07 18:32:20 +05:30
committed by GitHub
parent 991cc4f030
commit 231aee1810
5187 changed files with 38305 additions and 40255 deletions

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2024 by Navi Technologies Limited
* * Copyright © 2024-2025 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -44,7 +44,7 @@ class HomePageScrollBenchmark {
setupBlock = {
pressHome()
startActivityAndAllowPermissions()
}
},
) {
performLogin()
waitForHomePage()

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2024 by Navi Technologies Limited
* * Copyright © 2024-2025 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -48,7 +48,7 @@ class NaviPayBenchmarkGenerator {
launchAllNaviPayEntryPoints(
CompilationMode.Partial(
baselineProfileMode = BaselineProfileMode.Disable,
warmupIterations = 3
warmupIterations = 3,
)
)
@@ -70,7 +70,7 @@ class NaviPayBenchmarkGenerator {
),
iterations = 15,
compilationMode = compilationMode,
setupBlock = { pressHome() }
setupBlock = { pressHome() },
) {
performLogin()
waitForHomePage()