Skip to content

Commit 9e89913

Browse files
authored
Update README.md
1 parent 709de88 commit 9e89913

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,16 @@ This experiment is performed on a cluster of r5d.xlarge AWS instances. The clust
154154

155155
### Execution
156156

157-
In our AWS environment, we have profiled Q3-Inf query and put the profile data under `./scripts/q3-inf-profilejson_profile_iter0/`. So you can skip the profiling step.
158-
Use the following command if you want to profile by yourself: `python3 runds2placement.py expjson_singlequery_8slot/q3-inf-profile.json start profile 0 custom`
157+
In our AWS environment, we have profiled Q3-Inf query and put the profile data under `./scripts/deem_dynamic8x2_profilejson_profile_iter0/`. So you can skip the profiling step.
158+
Use the following command if you want to profile by yourself: `python3 runds2placement.py expjson/deem_dynamic8x2_profile.json start profile 0 custom`
159159

160160
Use the following command to run experiments:
161161

162162
```
163-
python3 rundynamic2all.py expjson/deem_dynamic8x2.json q3-inf-profilejson_profile_iter0/jg.pkl 8
163+
python3 rundynamic2all.py expjson/deem_dynamic8x2.json deem_dynamic8x2_profilejson_profile_iter0/jg.pkl 8
164164
```
165165

166-
Note that the last argument `8` means repeating the experiment for 8 times. Since there are randomness in Flink policies, we suggest running the experiment for 8-10 times.
166+
Note that the last argument `8` means repeating the experiment for 8 times. Since there are randomness in Flink policies and inaccuracy of profiling data, we suggest running the experiment for 8-10 times.
167167
For the X-th run, the results are saved in `deem_dynamic8x2json_custom_X`, `deem_dynamic8x2json_even_X`, `deem_dynamic8x2json_random_X` .
168168

169169
### Results

0 commit comments

Comments
 (0)