Navigation Menu

Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Make the thread_create benchmark not time out
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Mar 9, 2012
1 parent 0d6aa2a commit 8ffad48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchmark-thread.c
Expand Up @@ -25,7 +25,7 @@
#include <stdio.h>
#include <stdlib.h>

#define NUM_THREADS (100 * 1000)
#define NUM_THREADS (20 * 1000)

static volatile int num_threads;

Expand Down

0 comments on commit 8ffad48

Please sign in to comment.