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
This commit is contained in:
Steven Dake 2004-09-23 22:12:13 +00:00
parent 1fde8a96da
commit e94dd27cff

View File

@ -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;