From a6dcda04c87e431a747cbb232a8ab6d81bcb4c38 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Thu, 15 Dec 2016 14:31:35 -0500 Subject: [PATCH] Panic when few tasks are present and hence added a TODO to test each scheduler for corner cases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0443c66..320e4e5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ To Do: * Add ability to use constraints * Running average calculations https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average * Make parameters corresponding to each scheduler configurable (possible to have a config template for each scheduler?) + * Write test code for each scheduler (This should be after the design change)