Skip to content

Commit

Permalink
Merge pull request redpanda-data#22766 from ballard26/fetch-bench-fix
Browse files Browse the repository at this point in the history
Increase number of cores used in fetch micro-benchmark
  • Loading branch information
piyushredpanda authored Aug 7, 2024
2 parents db71530 + 2f66a99 commit e42ee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/kafka/server/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ rp_test(
v::application
v::kafka_test_utils
# the args below are just to keep it fast
ARGS "-c 1 --duration=1 --runs=1 --memory=4G"
ARGS "-c 3 --duration=1 --runs=1 --memory=4G"
LABELS kafka
)

Expand Down

0 comments on commit e42ee08

Please sign in to comment.