From 8a192b734e468efb758bd7ae8d843cc02f024454 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 15 Nov 2023 14:25:31 +0100 Subject: More testing --- src/schedule.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/schedule.c') diff --git a/src/schedule.c b/src/schedule.c index 458d8a2..081acfe 100644 --- a/src/schedule.c +++ b/src/schedule.c @@ -55,6 +55,7 @@ static size_t choose_position(void) static pqueue_pri_t calculate_priority(struct term *term) { + // TODO: Try different formulas (hyperfine) return (parse_get_max_depth() - term->depth + 1) * term->refs; } -- cgit v1.2.3