fix(perf): bench jq direction bug + libaio + json note guard [#709]

- write tests read .write.* explicitly (jq // kept read=0 for writes)
- libaio1 installed everywhere (real aio engine, no sync cap)
- fio stdout notes stripped before jq parse

Ticket: https://projects.knownelement.com/issues/709
This commit is contained in:
2026-09-03 07:53:37 -05:00
parent 82fdb161cc
commit 7586605b70
4 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -5,5 +5,5 @@
set -eu
export DEBIAN_FRONTEND=noninteractive
apt-get update -qq
apt-get install -y -qq fio iperf3 jq >/dev/null
apt-get install -y -qq fio iperf3 jq libaio1 >/dev/null
echo "bench toolset installed: fio=$(fio --version 2>/dev/null | awk '{print $3}') iperf3=$(iperf3 --version 2>/dev/null | awk 'NR==1{print $2}')"