-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathexperiment-set.yaml
37 lines (37 loc) · 1.16 KB
/
experiment-set.yaml
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
"product":
- single:
name: "TxGen.ClientID"
value: ""
- single:
name: "Trantor.Iss.MaxProposeDelay"
value: "0"
- single:
name: "Trantor.Mempool.MaxPayloadInBatch"
value: "16777216" # 16 MB
- single:
name: "Duration"
value: "60000000000"
- enum:
name: "Trantor.Iss.SegmentLength"
values: ["1", "2", "8"]
- union:
- product:
- enum:
name: "Trantor.Mempool.MaxTransactionsInBatch"
values: ["1024", "2048"]
- enum:
name: "TxGen.Tps"
values: ["64", "256", "1024", "2048"]
- enum:
name: "Trantor.Mempool.BatchTimeout"
values: ["100000000", "1000000000"]
- product:
- enum:
name: "Trantor.Mempool.MaxTransactionsInBatch"
values: ["1", "32"]
- enum:
name: "TxGen.Tps"
values: ["1", "16", "64"]
- enum:
name: "Trantor.Mempool.BatchTimeout"
values: ["1000000", "100000000"]