Skip to content

Commit 32efbf9

Browse files
committed
update daily tests
Change-Id: I8beafbca15cdd16c2191919911ba1657974d2463 Reviewed-on: https://review.couchbase.org/c/perfrunner/+/168152 Tested-by: Build Bot <[email protected]> Reviewed-by: vikas chaudhary <[email protected]>
1 parent 5ca31c1 commit 32efbf9

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

perfdaily/gsi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from perfdaily import DailyTest
2-
from perfrunner.tests.gsi import FastInitialIndexTest
2+
from perfrunner.tests.gsi import InitialIndexTest as _InitialIndexTest
33

44

5-
class InitialIndexTest(DailyTest, FastInitialIndexTest):
5+
class InitialIndexTest(DailyTest, _InitialIndexTest):
66

77
pass

perfdaily/kv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from perfdaily import DailyTest
2-
from perfrunner.tests.dcp import DCPThroughputTest as _DCPThroughputTest
2+
from perfrunner.tests.dcp import JavaDCPThroughputTest as _DCPThroughputTest
33
from perfrunner.tests.kv import PillowFightTest as _PillowFightTest
44
from perfrunner.tests.rebalance import RebalanceKVTest
55

tests/perfdaily/gsi/gsi_200M_moi.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[test_case]
22
test = perfdaily.gsi.InitialIndexTest
3-
use_workers = 0
43

54
[showfast]
65
title = 200M docs, 1 index, MOI
@@ -29,6 +28,8 @@ replica_number = 0
2928

3029
[load]
3130
items = 200000000
31+
size = 1024
32+
workers = 100
3233

3334
[index]
3435
statements =

tests/perfdaily/gsi/gsi_200M_plasma.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[test_case]
22
test = perfdaily.gsi.InitialIndexTest
3-
use_workers = 0
43

54
[showfast]
65
title = 200M docs, 1 index, Plasma
@@ -29,6 +28,8 @@ replica_number = 0
2928

3029
[load]
3130
items = 200000000
31+
size = 1024
32+
workers = 100
3233

3334
[index]
3435
statements =

tests/perfdaily/kv/dcp_max_throughput_250M.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ threshold = -15
77
component = KV
88

99
[stats]
10-
client_processes = dcptest
10+
client_processes = java
1111

1212
[cluster]
1313
mem_quota = 51200
@@ -27,8 +27,8 @@ items = 250000000
2727
size = 1024
2828
workers = 40
2929

30-
[dcp]
31-
num_connections = 8
30+
[java_dcp]
31+
config = perf/config/compression-enabled.properties
3232

3333
[clients]
3434
libcouchbase = 2.9.3

0 commit comments

Comments
 (0)