Skip to content

Commit

Permalink
test: dma_perf: increment MAX_WORKERS for CI use
Browse files Browse the repository at this point in the history
Increment MAX_WORKERS to allow running CI with more cores.

Signed-off-by: Ray Sointula <[email protected]>
Reviewed-by: Matias Elo <[email protected]>
  • Loading branch information
Rayska authored and MatiasElo committed Sep 4, 2024
1 parent 8b3b906 commit b6956f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/performance/odp_dma_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ enum {
#define DEF_POLICY SINGLE

#define MAX_SEGS 1024U
#define MAX_WORKERS 24
#define MAX_WORKERS 32
#define MAX_MEMORY (256U * 1024U * 1024U)

#define GIGAS 1000000000
Expand Down

0 comments on commit b6956f2

Please sign in to comment.