We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02951e6 commit d77415eCopy full SHA for d77415e
docs/guides/builder.md
@@ -9,7 +9,7 @@ Under the hood, the builder assembles a single `SimulationPayload`:
9
```python
10
SimulationPayload(
11
rqs_input=RqsGenerator(...), # traffic generator (workload)
12
- topology_graph=TopologyGraph(...), # system architecture as a graph
+ topology_graph=TopologyGraph(...), # system as a graph
13
sim_settings=SimulationSettings(...), # global settings and metrics
14
)
15
```
0 commit comments