diff options
Diffstat (limited to 'org/roadmap.org')
| -rw-r--r-- | org/roadmap.org | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/org/roadmap.org b/org/roadmap.org new file mode 100644 index 0000000..99ba022 --- /dev/null +++ b/org/roadmap.org @@ -0,0 +1,31 @@ +#+title: Roadmap +#+author: Levent Kaya +#+startup: overview + +* Milestones + +** TODO Literature review +** TODO Baseline benchmark environment +** TODO sched_ext examples +** TODO Initial scheduler prototype +** TODO Experimental evaluation +** TODO Thesis draft + +* Research Questions + +** RQ1 +Can a domain-specific sched_ext scheduler improve software development workloads compared to the default Linux scheduler? + +** RQ2 +Which scheduling metrics are most affected by domain-specific policies? + +* Hypotheses + +** H1 +A domain-specific sched_ext scheduler reduces workload completion time. + +** H2 +A domain-specific sched_ext scheduler reduces context switches and CPU migrations. + +** H3 +A domain-specific sched_ext scheduler improves latency without significantly degrading throughput. |
