Skip to content

Commit

Permalink
regressions/ck_hp_stack: reduce pair count to play nicer with CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbahra committed Sep 12, 2024
1 parent a666754 commit 78b183e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regressions/ck_hp/validate/ck_hp_stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static unsigned int barrier;
static unsigned int e_barrier;

#ifndef PAIRS
#define PAIRS 5000000
#define PAIRS 500000
#endif

struct node {
Expand Down

0 comments on commit 78b183e

Please sign in to comment.