Skip to content

Commit 329c21f

Browse files
authored
Update README.md
1 parent c12eb05 commit 329c21f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@ Users can stop a service using the following command.
132132
python3 stop_service.py {service name}
133133
```
134134

135+
### Run all steps
136+
137+
We provide a script to run a tool for all services. The run.py runs all steps except for setup and report.
138+
139+
```
140+
python3 run.py {tool name}
141+
```
142+
135143
### Result
136144

137145
You can compare your result to our result below. This figure, although not shown in the paper, is generated based on the same experiment results. Since the tools have randomness, your results may be different from ours. Note that we ran each tool ten times and computed the average.

0 commit comments

Comments
 (0)