From 1bea7ce57b8d7961b0faec62d5380bd50d2da806 Mon Sep 17 00:00:00 2001 From: Michael Stolarz <146425971+SystemSculpt@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:54:00 -0700 Subject: [PATCH] fix(sandbox): make DAX disk metrics portable Signed-off-by: Michael Stolarz <146425971+SystemSculpt@users.noreply.github.com> --- benchmarks/scripts/dax-benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/scripts/dax-benchmark.sh b/benchmarks/scripts/dax-benchmark.sh index 0689f765..db776bf5 100755 --- a/benchmarks/scripts/dax-benchmark.sh +++ b/benchmarks/scripts/dax-benchmark.sh @@ -215,7 +215,7 @@ typecheck() { } disk() { - du -sx --block-size=1 "$ROOT" | awk '{print $1}' + du -skx "$ROOT" | awk '{print $1 * 1024}' } clear_caches() {