We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d0b88 commit 8efc07eCopy full SHA for 8efc07e
benchmark/load/run.sh
@@ -3,8 +3,8 @@ set -eu
3
4
if [ -n "$CI_JOB_TOKEN" ]; then
5
# 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 "
+ export CPU_AFFINITY_K6="taskset -c 25-26 "
+ export CPU_AFFINITY_APP="taskset -c 27-47 "
8
else
9
export CPU_AFFINITY_K6=""
10
export CPU_AFFINITY_APP=""
0 commit comments