os_kernel_lab/labcodes
Junjie Mao d9a83bd7be Adjust the time slice to 50ms
The original time slice (200ms) is too large for the priority test to
generate a satisfactory result in 20s. If we only schedule 5 times a
second, there are only 100 pick_next calls to the scheduler.

I believe making scheduling more frequently does little harm to the
system. Actually more scheduling opportunities may also reveal bugs
which are not triggered previously. Adopting smaller time slices also
allows us to reduce the time spent on the priority test, which can
benefit the autotesting system.

Signed-off-by: Junjie Mao <junjie.mao@hotmail.com>
2015-03-24 10:52:27 +08:00
..
lab1 Add a few configuration files for emacsers 2015-03-24 10:20:35 +08:00
lab2 Add a few configuration files for emacsers 2015-03-24 10:20:35 +08:00
lab3 Add a few configuration files for emacsers 2015-03-24 10:20:35 +08:00
lab4 Add a few configuration files for emacsers 2015-03-24 10:20:35 +08:00
lab5 Add target run-nox-<program> 2015-03-24 10:43:49 +08:00
lab6 Adjust the time slice to 50ms 2015-03-24 10:52:27 +08:00
lab7 Adjust the time slice to 50ms 2015-03-24 10:52:27 +08:00
lab8 Adjust the time slice to 50ms 2015-03-24 10:52:27 +08:00
tools Save intermediate logs 2015-03-12 16:05:28 +08:00
autobuild.sh update name of code to labcodes 2013-09-17 22:21:48 +08:00
autotest.sh Update base commit 2015-03-12 16:06:07 +08:00
clangbuildall.sh add some handy shell 2014-07-28 00:38:16 +08:00
cleanall.sh add some handy shell 2014-07-28 00:38:16 +08:00
formatter.py Save intermediate logs 2015-03-12 16:05:28 +08:00
gccbuildall.sh add some handy shell 2014-07-28 00:38:16 +08:00