This commit is contained in:
Alexander Kuzmenkov 2021-04-26 12:39:54 +03:00
parent c40a300d03
commit 5d101336ff

View File

@ -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