To make udelta or sdelta's values isnot great than expected, we change the factor_nr to 5.
Signed-off-by: Zeng Linggang <[email protected]> --- testcases/kernel/syscalls/getrusage/getrusage04.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testcases/kernel/syscalls/getrusage/getrusage04.c b/testcases/kernel/syscalls/getrusage/getrusage04.c index 96e24a4..41d0052 100644 --- a/testcases/kernel/syscalls/getrusage/getrusage04.c +++ b/testcases/kernel/syscalls/getrusage/getrusage04.c @@ -67,7 +67,7 @@ static long BIAS_MAX; static int opt_factor; static char *factor_str; -static long factor_nr = 1; +static long factor_nr = 5; option_t child_options[] = { {"m:", &opt_factor, &factor_str}, -- 1.7.1 ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
