Please install Rust tool chain and jupyter-lab:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
python3 -m pip install jupyterlab
The following command simulates the extended EDF, RM and work-conserving algorithms 5,000 times using the Autoware pseudo workload.
bash evaluation.bash
As this takes several hours to complete, this step can be skipped using the data we have obtained.
jupyter-lab
- Open
visualize_result.ipynb
from left side bar. - Run all cells via GUI.
Note
Since our simulations are based on randomly selected execution times, the generated figure may differ slightly from the figure in the paper, even though the trend remains the same.