Explorar o código

Reduce number of threads so runs with valgrind operate faster.

(Logical change 1.80)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@282 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=21) %!d(string=hai) anos
pai
achega
e94dd27cff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/ckptbenchth.c

+ 1 - 1
test/ckptbenchth.c

@@ -233,7 +233,7 @@ void threaded_bench (SaCkptCheckpointHandleT *checkpointHandles, int threads, in
 
 SaNameT checkpointName = { 12, "abra\0" };
 
-#define CHECKPOINT_THREADS 500
+#define CHECKPOINT_THREADS 50
 int main (void) {
 	SaCkptCheckpointHandleT checkpointHandles[500];
 	SaErrorT error;