-
Notifications
You must be signed in to change notification settings - Fork 3
/
_cass.env
37 lines (32 loc) · 1.37 KB
/
_cass.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Configuration for CQL perf. tests, with support of multiple environments
# - Full description of parameters see 'env_configuration.md', chapter 'Multi ENV setting'
#############################################################################################
# 1.1 Main params
########################
ADAPTER = cassandra
EXECUTOR_DURATION = 60
PERCENTILE = 0.95
BULK_LIST_W = [[200, 10]]
BULK_LIST_R = [[1, 10]]
EXECUTORS = "[[2, 1, '1x threads'], [4, 1, '1x threads'],
[8, 1, '1x threads'], [16, 1, '1x threads'], [32, 1, '1x threads'],
[8, 2, '2x threads'], [16, 2, '2x threads'], [32, 2, '2x threads'],
[8, 3, '3x threads'], [16, 3, '3x threads'], [32, 3, '3x threads']]"
MULTIPLE_ENV = cass/cass-W1-low, cass/cass-R1-low, cass/cass-W2-med, cass/cass-R2-med, cass/cass-W3-hgh, cass/cass-R3-hgh
#MULTIPLE_ENV = cass/cass-W1-low, cass/cass-W2-med, cass/cass-W3-hgh
#MULTIPLE_ENV = cass/cass-W1-low, cass/cass-R1-low
#MULTIPLE_ENV = cass/cass-W2-med, cass/cass-R2-med
# 1.2 Global connection
########################
IP = 10.129.53.159, 10.129.53.153, 10.129.53.154, 10.117.19.6, 10.117.19.4, 10.117.19.5
PORT = 9042
USERNAME = perf
PASSWORD = ../secrets/perf.txt
LB_LOCAL_DC = datacenter1
# 1.3 Other params
########################
DETAIL_OUTPUT = True
GENERATE_GRAPH = perf
EXECUTOR_START_DELAY = 10
CLUSTER_DIAGNOSE = extra
MULTIPLE_ENV_DELAY = 10