summaryrefslogtreecommitdiffstats
path: root/run_case_study.py
Commit message (Collapse)AuthorAge
* Case Study: Temporary paired task workaroundJoshua Bakita2021-03-08
|
* Slightly increase the efficiency of the case study scriptJoshua Bakita2021-03-07
|
* Case study runner script fixesJoshua Bakita2020-10-30
| | | | | | | - Quote lookup ID in ID2PID - Fix SD-VBS benchmark names - Use bash rather than sh as the shell so that `echo -e` works - Remove dispatch limit that was for debugging
* Don't exit the case study script until confirmedJoshua Bakita2020-10-25
|
* Fixup the case study scriptJoshua Bakita2020-10-24
| | | | | | | | | | | | | | | | | New features: - Checks arguments - Checks that we're root first - Checks if task launches succeed - Checks that a case study is not already running Fixes: - Removes invalid uses of sudo - Fixes use of ',' rather than ';' in resctrl specification - Fixes PID determination - Always launches Level-C tasks as asynchronous threads Additionally converts the whole file to only use spaces and to be directly executable.
* Cleanup whitespace in run_case_study.pyJoshua Bakita2020-10-24
|
* Merge case study updates from sd-vbs branchLeo Chan2020-10-24
|
* Squashed commit sd-vbs from Leo:Joshua Bakita2020-10-23
- Fixes SD-VBS build with LITMUS 1 defined - Fixes memory leak in stitch and tracking benchmarks - Adds initial case-study script and configurations