From 588db5213c4e8feda92185fe2e87109537e82fcf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Mon, 5 Jun 2006 09:37:39 +0000 Subject: [PATCH] nofile noIPC and noParse by default --- org.glite.lb.logger/src/perftest_ll.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.logger/src/perftest_ll.sh b/org.glite.lb.logger/src/perftest_ll.sh index d4a9c66..341c6ea 100644 --- a/org.glite.lb.logger/src/perftest_ll.sh +++ b/org.glite.lb.logger/src/perftest_ll.sh @@ -19,8 +19,8 @@ DEBUG=${DEBUG:-0} check_test_files || exit 1 -PERFTEST_CONSUMER=$STAGEDIR/bin/glite-lb-logd-perf -CONSUMER_ARGS="-d -v" +PERFTEST_CONSUMER=$STAGEDIR/bin/glite-lb-logd-perf-nofile +CONSUMER_ARGS="-d -v --noIPC --noParse" echo -e "\tsmall_job \t big_job \t small_dag \t big_dag" run_test ll $numjobs -- 1.8.2.3