forked from haiwan/sledge
parent
0173d66f5d
commit
71482c9a21
@ -1,6 +1,15 @@
|
|||||||
|
# Deadline Description
|
||||||
|
|
||||||
1. Start the server with the benchmark spec
|
How to use with deadline_description and workload_mix_realworld
|
||||||
2. From the client, run the benchmark client logic to generate sorted execution times
|
|
||||||
3. From the client, run the deadline_description script generate the spec.json
|
1. Start the server with deadline description
|
||||||
4. Manually copy spec.json to the server and restart it
|
2. From the client, run the script to generate the spec.json
|
||||||
5. Run
|
3. Manually copy spec.json to the server in the workload_mix_realword directory, i.e.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
scp spec.json sean@192.168.7.26:~/projects/sledge-serverless-framework/runtime/experiments/workload_mix_realworld/spec.json
|
||||||
|
```
|
||||||
|
|
||||||
|
4. Start workload_mix_realworld on the server with the desired scheduling policy
|
||||||
|
5. Start workload_mix_realworld from the client targeting the server
|
||||||
|
6. Repeat for steps 4,5 for each desired scheduling policy.
|
||||||
|
@ -1 +1,3 @@
|
|||||||
# Workload Distribution
|
# Workload Mix Real World Apps
|
||||||
|
|
||||||
|
See README in `../deadline_description` for details
|
||||||
|
Loading…
Reference in new issue