Skip to content

Commit

Permalink
reduced the number of items in 04PTest005.c from 100,000,000 to just …
Browse files Browse the repository at this point in the history
…10,000,000 lol forgot the big number on previous tests and pushed it in github by mistake
  • Loading branch information
pzaino committed Mar 18, 2022
1 parent 497c2fa commit fc74281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/04PTest005.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ size_t max_strLen = 32;
// system when using multi-threaded queues.
#define MAX_THREADS 16

#define TOTAL_ITEMS 100000000
#define TOTAL_ITEMS 10000000
#define MAX_ITEMS (TOTAL_ITEMS / ( MAX_THREADS / 2))
#define MAX_MSG_SIZE 72
pthread_t tid[MAX_THREADS]; // threads IDs
Expand Down

0 comments on commit fc74281

Please sign in to comment.