forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testConfig.json
120 lines (120 loc) · 3.72 KB
/
testConfig.json
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
114
115
116
117
118
119
120
{
"profiles": {
"ci": {
"opRatePerMin": 10,
"progressIntervalMs": 15000,
"numClients": 120,
"totalSendCount": 10000,
"totalBlobCount": 480,
"blobSize": 256,
"readWriteCycleMs": 30000,
"faultInjectionMinMs": 0,
"faultInjectionMaxMs": 150000,
"optionOverrides":{
"odsp":{
"configurations":{
"Fluid.Container.summarizeProtocolTree": [true, false]
}
},
"odsp-odsp-df":{
"configurations":{
"Fluid.Driver.Odsp.snapshotFormatFetchType": [2],
"Fluid.Container.summarizeProtocolTree": [true, false]
}
}
}
},
"ci_frs": {
"opRatePerMin": 10,
"progressIntervalMs": 15000,
"numClients": 100,
"totalSendCount": 10000,
"readWriteCycleMs": 30000,
"faultInjectionMinMs": 0,
"faultInjectionMaxMs": 150000
},
"full": {
"opRatePerMin": 1920,
"progressIntervalMs": 1500000,
"numClients": 60,
"totalSendCount": 200000,
"readWriteCycleMs": 30000,
"faultInjectionMinMs": 0,
"faultInjectionMaxMs": 150000
},
"mini": {
"opRatePerMin": 60,
"progressIntervalMs": 5000,
"numClients": 2,
"totalSendCount": 30,
"readWriteCycleMs": 10000,
"faultInjectionMinMs": 0,
"faultInjectionMaxMs": 50000,
"optionOverrides":{
"odsp":{
"configurations":{
"Fluid.Container.summarizeProtocolTree": [true, false]
}
}
}
},
"debug": {
"opRatePerMin": 60,
"progressIntervalMs": 5000,
"numClients": 1,
"totalSendCount": 30,
"readWriteCycleMs": 10000,
"faultInjectionMinMs": 0,
"faultInjectionMaxMs": 50000
},
"ci_nofault": {
"opRatePerMin": 10,
"progressIntervalMs": 15000,
"numClients": 120,
"totalSendCount": 10000,
"readWriteCycleMs": 30000
},
"scale": {
"opRatePerMin": 60,
"progressIntervalMs": 20000,
"numClients": 10,
"totalSendCount": 70000,
"readWriteCycleMs": 30000,
"faultInjectionMinMs": 900000,
"faultInjectionMaxMs": 1800000
},
"scale_nofault": {
"opRatePerMin": 60,
"progressIntervalMs": 20000,
"numClients": 10,
"totalSendCount": 70000,
"readWriteCycleMs": 30000
},
"blobs": {
"opRatePerMin": 60,
"progressIntervalMs": 5000,
"numClients": 4,
"totalSendCount": 150,
"readWriteCycleMs": 10000,
"faultInjectionMinMs": 0,
"faultInjectionMaxMs": 50000,
"totalBlobCount": 300,
"blobSize": 10240,
"detachedBlobCount": 10
},
"binarySnapshotFormat": {
"opRatePerMin": 60,
"progressIntervalMs": 5000,
"numClients": 4,
"totalSendCount": 150,
"readWriteCycleMs": 10000,
"optionOverrides":{
"odsp":{
"configurations":{
"Fluid.Driver.Odsp.snapshotFormatFetchType": [2]
}
}
}
}
}
}