Make the thread_create benchmark not time out

This commit is contained in:
Bert Belder 2012-03-09 17:50:53 +01:00
parent 0d6aa2a2e5
commit 8ffad48818

View File

@ -25,7 +25,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#define NUM_THREADS (100 * 1000) #define NUM_THREADS (20 * 1000)
static volatile int num_threads; static volatile int num_threads;