-
Notifications
You must be signed in to change notification settings - Fork 0
/
benchmark.example.yml
113 lines (113 loc) · 2.67 KB
/
benchmark.example.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
runs:
threads: [16]
retries: 3
databases:
opts:
path: '/home/bigbes/bin/'
list:
# - name: 'redis-28'
# binary: 'redis-28'
# config: 'redis.conf'
# opts:
# port: 6400
# - name: 'redis-30'
# binary: 'redis-30'
# config: 'redis.conf'
# opts:
# port: 6400
# - name: 'tarantool-tree-165'
# binary: 'tarantool-165'
# config: 'tarantool-tree.lua'
# opts:
# port: 3310
# arena: 0.2
# index: 'tree'
# - name: 'tarantool-hash-165'
# binary: 'tarantool-165'
# config: 'tarantool-hash.lua'
# opts:
# port: 3310
# arena: 0.2
# index: 'hash'
# - name: 'tarantool-tree-166'
# binary: 'tarantool-166'
# config: 'tarantool-tree.lua'
# opts:
# port: 3310
# arena: 0.2
# index: 'tree'
- name: 'tarantool-hash-166'
binary: 'tarantool-166'
config: 'tarantool-hash.lua'
opts:
port: 3310
arena: 0.2
index: 'hash'
host:
host: '---'
user: '---'
# opts:
# ansible_sudo_pass: '---'
# ansible_ssh_private_key_file: '---'
workloads:
params:
recordcount: 3000000
operationcount: 5000000
exporter: 'com.yahoo.ycsb.measurements.exporter.JSONArrayMeasurementsExporter'
measurementtype: 'timeseries'
timeseries.granularity: 2000
fieldcount: 2
list:
# 'A': {
# workloadfile: 'workloads/workloada',
# description: 'Workload A'
# }
# 'B': {
# workloadfile: 'workloads/workloadb',
# description: 'Workload B'
# }
'C': {
workloadfile: 'workloads/workloadc',
description: 'Workload C'
}
# 'D': {
# workloadfile: 'workloads/workloada',
# description: 'Workload D'
# }
# 'E': {
# workloadfile: 'workloads/workloade',
# description: 'Workload E',
# params: {
# operationcount: 200000
# }
# }
# 'F': {
# workloadfile: 'workloads/workloadf',
# description: 'Workload F'
# }
# 'LOAD': {
# workloadfile: 'workloads/workloada',
# description: 'Insert Only',
# params: {
# insertproportion: 1,
# updateproportion: 0,
# readproportion: 0,
# scanproportion: 0
# }
# }
hosts:
- host: '---'
user: '---'
# opts:
# ansible_sudo_pass: '---'
# ansible_ssh_private_key_file: '/home/---/.ssh/id_rsa'
- host: '---'
user: '---'
# opts:
# ansible_sudo_pass: '---'
# ansible_ssh_private_key_file: '/home/---/.ssh/id_rsa'
ansible:
timeout: 60
output: './output/'
...