Explorar el 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 hace 21 años
padre
commit
e94dd27cff
Se han modificado 1 ficheros con 1 adiciones y 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;