Skip to content

Commit cee0ba8

Browse files
authored
Log core counts in CI for perf analysis. (#2070)
1 parent cb8cad4 commit cee0ba8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/common.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
LOG_ROOT="${APP_ROOT}/logs"
9595
echo "created data directory: ${APP_ROOT}"
9696
echo "hostname: $(hostname)"
97+
echo "hw.physicalcpu: $(sysctl -n hw.physicalcpu)"
98+
echo "hw.logicalcpu: $(sysctl -n hw.logicalcpu)"
9799
export NO_PROXY="${NO_PROXY},192.168.0.0/16,fe80::/10"
98100
echo NO_PROXY=${NO_PROXY}
99101
export no_proxy="${no_proxy},192.168.0.0/16,fe80::/10"

0 commit comments

Comments
 (0)