mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
Increase default iterations count in perf tests
commit_hash:bde636500447c0148a3163d593bda69c9456ce8f
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ import org.junit.Test
|
||||
packageName = PACKAGE_NAME,
|
||||
description = "Div2 multiplatform performance test",
|
||||
owners = ["vyaivanove"],
|
||||
defaultRepeat = 31,
|
||||
defaultRepeat = 50,
|
||||
timeoutSeconds = 3000
|
||||
)
|
||||
class Div2MultiplatformPerformanceTest : Div2BasePerformanceTest() {
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ import org.junit.Test
|
||||
packageName = PACKAGE_NAME,
|
||||
description = "Div2 performance test",
|
||||
owners = ["gulevsky"],
|
||||
defaultRepeat = 31,
|
||||
defaultRepeat = 50,
|
||||
timeoutSeconds = 3000
|
||||
)
|
||||
class Div2PerformanceTest : Div2BasePerformanceTest() {
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ import org.junit.Test
|
||||
packageName = PACKAGE_NAME,
|
||||
description = "Div2 rebinding performance test",
|
||||
owners = ["the-leo"],
|
||||
defaultRepeat = 31,
|
||||
defaultRepeat = 50,
|
||||
timeoutSeconds = 3000
|
||||
)
|
||||
class Div2RebindPerformanceTest : Div2BasePerformanceTest() {
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ import org.junit.Test
|
||||
packageName = PACKAGE_NAME,
|
||||
description = "Div2 recycling performance test",
|
||||
owners = ["gulevsky"],
|
||||
defaultRepeat = 31,
|
||||
defaultRepeat = 50,
|
||||
timeoutSeconds = 3000
|
||||
)
|
||||
class Div2RecyclingPerformanceTest : Div2BasePerformanceTest() {
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ import org.junit.Test
|
||||
packageName = PACKAGE_NAME,
|
||||
description = "Div2 state performance test",
|
||||
owners = ["gulevsky"],
|
||||
defaultRepeat = 31,
|
||||
defaultRepeat = 50,
|
||||
timeoutSeconds = 3000
|
||||
)
|
||||
class Div2StatePerformanceTest : Div2BasePerformanceTest() {
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ import org.junit.Test
|
||||
packageName = PACKAGE_NAME,
|
||||
description = "Div storage loading test",
|
||||
owners = ["edubinskaya", "i-ts", "bgubanov"],
|
||||
defaultRepeat = 31,
|
||||
defaultRepeat = 50,
|
||||
timeoutSeconds = 3000
|
||||
)
|
||||
class DivStorageCardsLoadTest: Div2BasePerformanceTest() {
|
||||
|
||||
Reference in New Issue
Block a user