-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtest-config.yaml
35 lines (27 loc) · 1.61 KB
/
test-config.yaml
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
hostnamePortList: "zoo-node-1:2181,zoo-node-2:2181,zoo-node-3:2181" # SolrCloud on AWS
#hostnamePortList: "localhost:8983" # Standalone mode on localhost
solrCollection: "test"
# warm-up and run duration
benchmarkWarmupTime: 10
benchmarkMeasurementTime: 10
# resources
maxNumberOfThreads: 100
maxNumberOfClients: 100
# distribute 'resources' proportionately b/w select and update queries
writePercent: 20
# 'requested rate'
# Run the 'select' queries at a very high rate 100K req/sec (throughput mode)
targetRateForSelectOpAtWarmup: 100000
targetRateForSelectOp: 100000
# Override rate 'requested rate' values of update queries
# Run the 'update' queries at a fixed rate instead of the values set via writePercent
targetRateForUpdateOpAtWarmup: 1000
targetRateForUpdateOp: 1000
selectQueryFiles: "QueryFiles/10000/COMMENT_FIELD.txt QueryFiles/10000/COMMENT_FUZZY.txt QueryFiles/10000/COMMENT_PHRASE.txt QueryFiles/10000/COMMENT_PROXIMITY.txt QueryFiles/10000/TEXT_FIELD.txt QueryFiles/10000/TEXT_FUZZY.txt QueryFiles/10000/TEXT_PHRASE.txt QueryFiles/10000/TEXT_PROXIMITY.txt QueryFiles/10000/TIMESTAMP_RANGE.txt QueryFiles/10000/TITLE_FIELD.txt QueryFiles/10000/TITLE_FUZZY.txt QueryFiles/10000/USERNAME_FIELD.txt QueryFiles/10000/USERNAME_FUZZY.txt QueryFiles/10000/USERNAME_PHRASE.txt QueryFiles/10000/USERNAME_PROXIMITY.txt"
documentIdFile: "QueryFiles/10000/docIdFile.txt"
recordingLatency: false # (Only interested in throughput scores)
maxUsableSelectQueries: 10000
# Experimental
shouldRunSecondaryQueryOps: false
percentageUsableClientSideQueryCache: 0
maxSizeOfClientSideCacheableSelectQueries: 0