NTP-7562 | Bump com.diffplug.spotless from 6.25.0 to 7.0.0 (#14464)
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user