mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix
This commit is contained in:
parent
c40a300d03
commit
5d101336ff
@ -1015,6 +1015,7 @@ done
|
|||||||
wait
|
wait
|
||||||
|
|
||||||
# Create per-query flamegraphs
|
# Create per-query flamegraphs
|
||||||
|
touch report/query-files.txt
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
for version in {right,left}
|
for version in {right,left}
|
||||||
do
|
do
|
||||||
@ -1207,8 +1208,8 @@ function upload_results
|
|||||||
|
|
||||||
# Grepping numactl results from log is too crazy, I'll just call it again.
|
# Grepping numactl results from log is too crazy, I'll just call it again.
|
||||||
"${client[@]}" --query "INSERT INTO run_attributes_v1 FORMAT TSV" <<EOF
|
"${client[@]}" --query "INSERT INTO run_attributes_v1 FORMAT TSV" <<EOF
|
||||||
$left_sha $right_sha $(numactl --show | sed -n 's/^cpubind:[[:space:]]\+/numactl-cpubind /p')
|
$REF_SHA $SHA_TO_TEST $(numactl --show | sed -n 's/^cpubind:[[:space:]]\+/numactl-cpubind /p')
|
||||||
$left_sha $right_sha $(numactl --hardware | sed -n 's/^available:[[:space:]]\+/numactl-available /p')
|
$REF_SHA $SHA_TO_TEST $(numactl --hardware | sed -n 's/^available:[[:space:]]\+/numactl-available /p')
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
Loading…
Reference in New Issue
Block a user