From 8d5f8c112280d6e9eee7da93326ff64b72145963 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 7 Oct 2006 19:01:09 +0000 Subject: [PATCH] Improve comment. --- src/tests/threads/mlfqs-fair.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tests/threads/mlfqs-fair.c b/src/tests/threads/mlfqs-fair.c index f958f81..3b1bea5 100644 --- a/src/tests/threads/mlfqs-fair.c +++ b/src/tests/threads/mlfqs-fair.c @@ -2,7 +2,8 @@ The "fair" tests run either 2 or 20 threads all niced to 0. The threads should all receive approximately the same number - of ticks. + of ticks. Each test runs for 30 seconds, so the ticks should + also sum to approximately 30 * 100 == 3000 ticks. The mlfqs-nice-2 test runs 2 threads, one with nice 0, the other with nice 5, which should receive 1,904 and 1,096 ticks, -- 2.30.2