diff --git a/runtime/experiments/deadline_description/README.md b/runtime/experiments/deadline_description/README.md index 4217701..e8f05a5 100644 --- a/runtime/experiments/deadline_description/README.md +++ b/runtime/experiments/deadline_description/README.md @@ -1,6 +1,15 @@ +# Deadline Description -1. Start the server with the benchmark spec -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 -4. Manually copy spec.json to the server and restart it -5. Run +How to use with deadline_description and workload_mix_realworld + +1. Start the server with deadline description +2. From the client, run the script to generate the spec.json +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. diff --git a/runtime/experiments/workload_mix_realworld/README.md b/runtime/experiments/workload_mix_realworld/README.md index 1c8dfe9..d85380a 100644 --- a/runtime/experiments/workload_mix_realworld/README.md +++ b/runtime/experiments/workload_mix_realworld/README.md @@ -1 +1,3 @@ -# Workload Distribution +# Workload Mix Real World Apps + +See README in `../deadline_description` for details