Skip to content

Commit

Permalink
Reduce benchmarking size by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Oct 9, 2024
1 parent a66e92f commit 42a12b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ static int pdprv(void) {
return code;
}

#define AGGS 1000
#define AGGS 10

static int pdprd(void) {
int code = RLC_ERR;
Expand Down

0 comments on commit 42a12b9

Please sign in to comment.