Skip to content

Commit 43c350c

Browse files
GSI compression add access phase
Change-Id: I825bc233127821d46aad52348576cbdf8548df93 Reviewed-on: https://review.couchbase.org/c/perfrunner/+/167939 Tested-by: Build Bot <[email protected]> Reviewed-by: vikas chaudhary <[email protected]>
1 parent e51953e commit 43c350c

6 files changed

+43
-6
lines changed

tests/gsi/plasma/secondary_compression_10res_100_20.test

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,11 @@ incremental_only = 1
4040
indexer.settings.storage_mode = plasma
4141
indexer.settings.max_cpu_percent = 4800
4242
cbindexperf_configfile = tests/gsi/plasma/config/config_scanthr_20per_hot_plasma.json
43-
scan_time = 1500
43+
scan_time = 1500
44+
45+
46+
[access]
47+
updates = 100
48+
items = 250000000
49+
throughput = 10000
50+
workers = 20

tests/gsi/plasma/secondary_compression_10res_80_20.test

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@ incremental_only = 1
4040
indexer.settings.storage_mode = plasma
4141
indexer.settings.max_cpu_percent = 4800
4242
cbindexperf_configfile = tests/gsi/plasma/config/config_scanthr_80_20_plasma.json
43-
scan_time = 1500
43+
scan_time = 1500
44+
45+
[access]
46+
updates = 100
47+
items = 250000000
48+
throughput = 10000
49+
workers = 20

tests/gsi/plasma/secondary_compression_20res_80_20.test

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@ incremental_only = 1
4040
indexer.settings.storage_mode = plasma
4141
indexer.settings.max_cpu_percent = 4800
4242
cbindexperf_configfile = tests/gsi/plasma/config/config_scanthr_80_20_plasma.json
43-
scan_time = 1500
43+
scan_time = 1500
44+
45+
[access]
46+
updates = 100
47+
items = 250000000
48+
throughput = 10000
49+
workers = 20

tests/gsi/plasma/secondary_compression_disabled_10res_100_20.test

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,10 @@ indexer.settings.max_cpu_percent = 4800
4242
indexer.plasma.backIndex.enableInMemoryCompression = false
4343
indexer.plasma.mainIndex.enableInMemoryCompression = false
4444
cbindexperf_configfile = tests/gsi/plasma/config/config_scanthr_20per_hot_plasma.json
45-
scan_time = 1500
45+
scan_time = 1500
46+
47+
[access]
48+
updates = 100
49+
items = 250000000
50+
throughput = 10000
51+
workers = 20

tests/gsi/plasma/secondary_compression_disabled_10res_80_20.test

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,10 @@ indexer.settings.max_cpu_percent = 4800
4242
indexer.plasma.backIndex.enableInMemoryCompression = false
4343
indexer.plasma.mainIndex.enableInMemoryCompression = false
4444
cbindexperf_configfile = tests/gsi/plasma/config/config_scanthr_80_20_plasma.json
45-
scan_time = 1500
45+
scan_time = 1500
46+
47+
[access]
48+
updates = 100
49+
items = 250000000
50+
throughput = 10000
51+
workers = 20

tests/gsi/plasma/secondary_compression_disabled_20res_80_20.test

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,10 @@ indexer.settings.max_cpu_percent = 4800
4242
indexer.plasma.backIndex.enableInMemoryCompression = false
4343
indexer.plasma.mainIndex.enableInMemoryCompression = false
4444
cbindexperf_configfile = tests/gsi/plasma/config/config_scanthr_80_20_plasma.json
45-
scan_time = 1500
45+
scan_time = 1500
46+
47+
[access]
48+
updates = 100
49+
items = 250000000
50+
throughput = 10000
51+
workers = 20

0 commit comments

Comments
 (0)