-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmanifest.toml
248 lines (232 loc) · 9.72 KB
/
manifest.toml
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
name = "celestia"
[defaults]
builder = "docker:generic"
runner = "local:docker"
[builders."docker:generic"]
enabled = true
build_base_image = "golang:1.19.1"
go_version = "1.19"
enable_go_build_cache = true
[runners."local:docker"]
enabled = true
[runners."cluster:k8s"]
enabled = true
[[testcases]]
name = "001-val-large-txs"
instances = { min = 1, max = 200, default = 3 }
[testcases.params]
execution-time = { type = "int" }
latency = { type = "int", default = 0}
bandwidth = { type = "string", default = "256Mib"}
validator = { type = "int", default = 3}
persistent-peers = { type = "int", default = 2}
seed = { type = "int", default = 1}
submit-times = { type = "int", default = 4}
msg-size = { type = "int", default = 10000}
p2p-network = { type = "string", default = "private" }
[[testcases]]
name = "002-da-sync"
instances = { min = 4, max = 3000, default = 12 }
[testcases.params]
execution-time = { type = "int" }
latency = { type = "int", default = 0}
bandwidth = { type = "string", default = "256Mib"}
validator = { type = "int", default = 3}
persistent-peers = { type = "int", default = 3}
seed = { type = "int", default = 1}
submit-times = { type = "int", default = 4}
msg-size = { type = "int", default = 10000}
bootstrapper = { type = "boolean", default = false }
bridge = { type = "int", default = 3}
full = { type = "int", default = 3}
light = { type = "int", default = 3}
block-height = { type = "int" }
role = { type = "string" }
p2p-network = { type = "string", default = "private" }
[[testcases]]
name = "003-full-sync-past"
instances = { min = 4, max = 3000, default = 12 }
[testcases.params]
execution-time = { type = "int" }
latency = { type = "int", default = 0}
bandwidth = { type = "string", default = "256Mib"}
validator = { type = "int", default = 3}
persistent-peers = { type = "int", default = 3}
seed = { type = "int", default = 1}
submit-times = { type = "int", default = 4}
msg-size = { type = "int", default = 10000}
bootstrapper = { type = "boolean", default = false }
bridge = { type = "int", default = 3}
full = { type = "int", default = 3}
light = { type = "int", default = 3}
block-height = { type = "int" }
role = { type = "string" }
p2p-network = { type = "string", default = "private" }
[[testcases]]
name = "004-full-light-past"
instances = { min = 4, max = 3000, default = 12 }
[testcases.params]
execution-time = { type = "int" }
latency = { type = "int", default = 0}
bandwidth = { type = "string", default = "256Mib"}
validator = { type = "int", default = 3}
persistent-peers = { type = "int", default = 3}
seed = { type = "int", default = 1}
submit-times = { type = "int", default = 4}
msg-size = { type = "int", default = 10000}
bootstrapper = { type = "boolean", default = false }
bridge = { type = "int", default = 3}
full = { type = "int", default = 3}
light = { type = "int", default = 3}
block-height = { type = "int" }
role = { type = "string" }
p2p-network = { type = "string", default = "private" }
[[testcases]]
name = "005-light-das-past"
instances = { min = 4, max = 3000, default = 12 }
[testcases.params]
execution-time = { type = "int" }
latency = { type = "int", default = 0}
bandwidth = { type = "string", default = "256Mib"}
validator = { type = "int", default = 3}
persistent-peers = { type = "int", default = 3}
seed = { type = "int", default = 1}
submit-times = { type = "int", default = 4}
msg-size = { type = "int", default = 10000}
bootstrapper = { type = "boolean", default = false }
bridge = { type = "int", default = 3}
full = { type = "int", default = 3}
light = { type = "int", default = 3}
block-height = { type = "int" }
role = { type = "string" }
p2p-network = { type = "string", default = "private" }
[[testcases]]
name = "pay-for-blob"
instances = { min = 4, max = 3000, default = 12 }
[testcases.params]
execution-time = { type = "int" }
latency = { type = "int", default = 0}
bandwidth = { type = "string", default = "256Mib"}
validator = { type = "int", default = 3}
persistent-peers = { type = "int", default = 3}
seed = { type = "int", default = 1}
submit-times = { type = "int", default = 4}
namespace-id = { type = "string", default = "1"}
msg-size = { type = "int", default = 10000}
bridge = { type = "int", default = 3}
bootstrapper = { type = "boolean", default = false }
full = { type = "int", default = 3}
light = { type = "int", default = 3}
block-height = { type = "int" }
role = { type = "string" }
p2p-network = { type = "string", default = "private" }
otel-collector-address = { type = "string", default = "af1bfabcbea22463497ee7a3439188c9-319132230.eu-west-1.elb.amazonaws.com:4318" }
[[testcases]]
name = "get-shares-by-namespace"
instances = { min = 4, max = 3000, default = 12 }
[testcases.params]
execution-time = { type = "int" }
latency = { type = "int", default = 0}
bandwidth = { type = "string", default = "256Mib"}
validator = { type = "int", default = 3}
persistent-peers = { type = "int", default = 3}
seed = { type = "int", default = 1}
submit-times = { type = "int", default = 4}
namespace-id = { type = "string", default = "1"}
msg-size = { type = "int", default = 10000}
bootstrapper = { type = "boolean", default = false }
bridge = { type = "int", default = 3}
full = { type = "int", default = 3}
light = { type = "int", default = 3}
block-height = { type = "int" }
role = { type = "string" }
p2p-network = { type = "string", default = "private" }
[[testcases]]
name = "reconstruction"
instances = { min = 4, max = 100000, default = 12 }
[testcases.params]
execution-time = { type = "int" }
latency = { type = "int", default = 0}
bandwidth = { type = "string", default = "256Mib"}
validator = { type = "int", default = 3}
persistent-peers = { type = "int", default = 3}
seed = { type = "int", default = 1}
submit-times = { type = "int", default = 20}
msg-size = { type = "int", default = 10000}
bootstrapper = { type = "boolean", default = false }
bridge = { type = "int", default = 3}
full = { type = "int", default = 3}
light = { type = "int", default = 3}
block-height = { type = "int" }
peers-limit = { type = "int", default = 100 }
role = { type = "string" }
p2p-network = { type = "string", default = "private" }
otel-collector-address = { type = "string", default = "ad18bb77992864c63984b8313f90ff46-1664785118.eu-west-1.elb.amazonaws.com:4318" }
[[testcases]]
name = "blocksync-latest"
instances = { min = 16, max = 1002, default = 16 }
[testcases.params]
execution-time = { type = "int" }
latency = { type = "int", default = 60}
bandwidth = { type = "string", default = "256Mib"}
validator = { type = "int", default = 1}
msg-size = { type = "int", default = 10000 }
bridge = { type = "int", default = 3}
full = { type = "int", default = 12}
block-height = { type = "int", default = 30 }
role = { type = "string" }
otel-collector-address = { type = "string" }
p2p-network = { type = "string", default = "private" }
getter = { type = "string" }
peers-limit = { type = "int", default = 3 }
bootstrapper = { type = "boolean", default = true }
interconnect-bridges = { type = "boolean", default = false }
multibootstrap = { type = "boolean", default = false }
[[testcases]]
name = "flood-robusta-nightly-1"
instances = { min = 4, max = 3000, default = 12 }
[testcases.params]
execution-time = { type = "int" }
latency = { type = "int", default = 0}
bandwidth = { type = "string", default = "256Mib"}
light = { type = "int", default = 3}
block-height = { type = "int", default = 50 }
role = { type = "string" }
p2p-network = { type = "string", default = "robusta-nightly-1" }
otel-collector-address = { type = "string", default = "af1bfabcbea22463497ee7a3439188c9-319132230.eu-west-1.elb.amazonaws.com:4318" }
[[testcases]]
name = "flood-internal"
instances = { min = 4, max = 3000, default = 12 }
[testcases.params]
execution-time = { type = "int" }
submit-times = { type = "int", default = 20}
msg-size = { type = "int", default = 50000}
persistent-peers = { type = "int", default = 0}
validator = { type = "int", default = 1}
bootstrapper = { type = "boolean", default = false }
bridge = { type = "int", default = 1}
light = { type = "int", default = 200}
block-height = { type = "int" }
latency = { type = "int", default = 0}
bandwidth = { type = "string", default = "256Mib"}
role = { type = "string" }
p2p-network = { type = "string", default = "private" }
otel-collector-address = { type = "string", default = "af1bfabcbea22463497ee7a3439188c9-319132230.eu-west-1.elb.amazonaws.com:4318" }
[[testcases]]
name = "qgb-test"
instances = { min = 1, max = 200, default = 3 }
[testcases.params]
execution-time = { type = "int" }
latency = { type = "int", default = 0}
bandwidth = { type = "string", default = "256Mib"}
validator = { type = "int", default = 3}
orchestrator = { type = "int", default = 1}
relayer = { type = "int", default = 1}
persistent-peers = { type = "int", default = 2}
seed = { type = "int", default = 1}
submit-times = { type = "int", default = 4}
msg-size = { type = "int", default = 10000}
p2p-network = { type = "string", default = "private" }
evm-rpc = { type = "string", default = "" }
chain-id = { type = "string", default = "" }
funded-evm-private-key={ type = "string", default = "" }