mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-06 01:31:29 +00:00
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:
parent
1fde8a96da
commit
e94dd27cff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user