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
@@ -3,7 +3,7 @@
FROM debian:12-slim
RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends \
fio iperf3 jq ca-certificates \
fio iperf3 jq libaio1 ca-certificates \
&& rm -rf /var/lib/apt/lists/*
COPY bench-run.sh /usr/local/bin/bench-run.sh