projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a40154
)
Improve comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 7 Oct 2006 19:01:09 +0000
(19:01 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 7 Oct 2006 19:01:09 +0000
(19:01 +0000)
src/tests/threads/mlfqs-fair.c
patch
|
blob
|
history
diff --git
a/src/tests/threads/mlfqs-fair.c
b/src/tests/threads/mlfqs-fair.c
index f958f816460df7999873523e955ccd6a2d928354..3b1bea5a177301abb2d6b28b9887a3baf2a1a1ae 100644
(file)
--- 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,