[LTP] [PATCH] Reduce loop count to meet need of low performance terminals

Cyril Hrubis chrubis@suse.cz
Tue Jun 11 13:40:45 CEST 2024


Hi!
> --- a/runtest/sched
> +++ b/runtest/sched
> @@ -9,7 +9,7 @@ trace_sched01           trace_sched -c 1
>  cfs_bandwidth01 cfs_bandwidth01 -i 5
>  hackbench01 hackbench 50 process 1000
>  hackbench02 hackbench 20 thread 1000
> -starvation starvation
> +starvation starvation -l 100000

Are you sure that your kernel isn't affected by the bug the test checks
for? The test timeouts on a buggy kernel.

How long does the test run if you disable timeouts (by setting static
int timeout = -1 in the source)?

Also what kind of system it is? How fast is the CPU?

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list