Skip to content

Commit

Permalink
Update benchmark.c
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Jul 2, 2024
1 parent cb76419 commit 702fd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/benchmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void *func(void *arg) {
}

int co_main(int argc, char **argv) {
int numRoutines = 100, i;
int numRoutines = 100000, i;
if (argc > 1)
numRoutines = atoi(argv[1]);

Expand Down

0 comments on commit 702fd17

Please sign in to comment.