public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] getrusage/getrusage04.c: Fix factor_nr = 1 -> factor_nr = 5
@ 2013-10-10  5:56 曾令钢
  2013-10-10  7:17 ` Jan Stancek
  0 siblings, 1 reply; 9+ messages in thread
From: 曾令钢 @ 2013-10-10  5:56 UTC (permalink / raw)
  To: ltp-list

To make udelta or sdelta's values isnot great than expected,
we change the factor_nr to 5.

Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
---
 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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-10-15 14:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10  5:56 [LTP] [PATCH] getrusage/getrusage04.c: Fix factor_nr = 1 -> factor_nr = 5 曾令钢
2013-10-10  7:17 ` Jan Stancek
2013-10-10  8:16   ` [LTP] 答复: " 曾令钢
2013-10-11 10:19   ` [LTP] " Zeng Linggang
2013-10-11 10:35     ` Jan Stancek
2013-10-14  3:37       ` Zeng Linggang
2013-10-15 11:50     ` Jan Stancek
2013-10-15 13:55       ` chrubis
     [not found]         ` <2139370019.7163656.1381846796437.JavaMail.root@redhat.com>
2013-10-15 14:39           ` chrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox