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: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@
10
10
BenchmarkProjectDSMF
11
11
├── data
12
12
│ ├── config_files_yml
13
-
│ └── excel_remove
14
13
├── figures
15
14
│ ├── figure1
16
15
│ ├── figure2
@@ -38,7 +37,11 @@ BenchmarkProjectDSMF
38
37
│ ├── scripts_dev
39
38
│ └── setup_configs
40
39
├── source
41
-
│ └── __pycache__
42
40
└── tests
43
-
└── __pycache__
44
41
```
42
+
43
+
#### Running your own simulated DBTL scenarios (TODO)
44
+
We provide a workflow for running simulated DBTL scenarios
45
+
Step 1: Construct a config file using a [command line interface](scripts/ChassisConfig(NOTTESTEDYET).py) or make a manual config setup python scripts inspired by one of the scripts used in this [work](scripts/setup_configs)
0 commit comments