Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 872 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 872 Bytes

Migration Experiment (Fig.11b)

This experiment explores the benefits of migrating the execution of scientific applications to benefit from dynamic changes in the compute environment.

First, provision the cluster:

inv cluster.provision --vm Standard_D8_v5 --nodes 3 cluster.credentials

Second, deploy the cluster

faasmctl deploy.k8s --workers 2

Second, upload the WASM files:

inv migration.wasm.upload

Third, run the experiments:

inv migration.run -w all-to-all -w very-network

Lastly, plot the results:

inv migration.plot

which will generate a plot in /plots/migration/migration_speedup_all-to-all.png, we also include it below:

migration plot

and clean up:

faasmctl delete