You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/simulation/config.schema.json
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -243,8 +243,16 @@
243
243
"ib-head-validation-cpu-time-ms": {
244
244
"type": "number"
245
245
},
246
+
"ib-shard-group-count": {
247
+
"description": "The \"k\" IB sharding parameter.\nControls how many groups of shards are assigned at a time.\n\nOnly supported by Rust simulation.",
248
+
"type": "number"
249
+
},
250
+
"ib-shard-period-length-slots": {
251
+
"description": "The \"m\" IB sharding parameter.\nControls how many slots in a row will use the same list of shards.\n\nOnly supported by Rust simulation.",
252
+
"type": "number"
253
+
},
246
254
"ib-shards": {
247
-
"description": "Only supported by Rust simulation.",
255
+
"description": "The total number of shards available for IBs.\nMust be divisible by ib_shard_group_count.\n\nOnly supported by Rust simulation.",
248
256
"type": "number"
249
257
},
250
258
"leios-header-diffusion-time-ms": {
@@ -335,6 +343,10 @@
335
343
"properties": {},
336
344
"type": "number"
337
345
},
346
+
"tx-sharded-percentage": {
347
+
"description": "What percentage of transactions have at least one sharded input?\n\nOnly supported by Rust simulation.",
348
+
"type": "number"
349
+
},
338
350
"tx-size-bytes-distribution": {
339
351
"$ref": "#/definitions/Distribution",
340
352
"description": "Only supported by Rust simulation."
0 commit comments