-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathconfig.json
More file actions
49 lines (49 loc) · 1.3 KB
/
config.json
File metadata and controls
49 lines (49 loc) · 1.3 KB
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
{
"address": {
"1.1": "tcp://127.0.0.1:1735",
"1.2": "tcp://127.0.0.1:1736",
"1.3": "tcp://127.0.0.1:1737",
"2.1": "tcp://127.0.0.1:1738",
"2.2": "tcp://127.0.0.1:1739",
"2.3": "tcp://127.0.0.1:1740",
"3.1": "tcp://127.0.0.1:1741",
"3.2": "tcp://127.0.0.1:1742",
"3.3": "tcp://127.0.0.1:1743"
},
"http_address": {
"1.1": "http://127.0.0.1:8080",
"1.2": "http://127.0.0.1:8081",
"1.3": "http://127.0.0.1:8082",
"2.1": "http://127.0.0.1:8083",
"2.2": "http://127.0.0.1:8084",
"2.3": "http://127.0.0.1:8085",
"3.1": "http://127.0.0.1:8086",
"3.2": "http://127.0.0.1:8087",
"3.3": "http://127.0.0.1:8088"
},
"policy": "majority",
"threshold": 3,
"thrifty": false,
"chan_buffer_size": 1024,
"buffer_size": 1024,
"multiversion": false,
"benchmark": {
"T": 60,
"N": 0,
"K": 1000,
"W": 0.5,
"Throttle": 1000,
"Concurrency": 1,
"Distribution": "uniform",
"LinearizabilityCheck": false,
"Conflicts": 0,
"Min": 0,
"Mu": 500,
"Sigma": 50,
"Move": false,
"Speed": 10,
"Zipfian_s": 2,
"Zipfian_v": 1,
"Lambda": 0.01
}
}