Make the thread_create benchmark not time out
This commit is contained in:
parent
0d6aa2a2e5
commit
8ffad48818
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user