Skip to content

Commit 8efc07e

Browse files
committed
tweak: CPU affinities to make sure bottleneck is on k6 side
1 parent 57d0b88 commit 8efc07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/load/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ set -eu
33

44
if [ -n "$CI_JOB_TOKEN" ]; then
55
# Inside BP, so we can assume 24 CPU cores available and set CPU affinity
6-
export CPU_AFFINITY_K6="taskset -c 24-30 "
7-
export CPU_AFFINITY_APP="taskset -c 31-32 "
6+
export CPU_AFFINITY_K6="taskset -c 25-26 "
7+
export CPU_AFFINITY_APP="taskset -c 27-47 "
88
else
99
export CPU_AFFINITY_K6=""
1010
export CPU_AFFINITY_APP=""

0 commit comments

Comments
 (0)