t/zbd: Fix I/O bytes rounding errors
[fio.git] / t / zbd / test-zbd-support
index 10c78e9a571b6c1e9552179eb2f38a5b34971564..6fb48ef091cffad42c28e2330b01e206b46485fb 100755 (executable)
@@ -85,7 +85,8 @@ run_fio() {
 
     fio=$(dirname "$0")/../../fio
 
-    opts=("--aux-path=/tmp" "--allow_file_create=0" "$@")
+    opts=("--aux-path=/tmp" "--allow_file_create=0" \
+                           "--significant_figures=10" "$@")
     { echo; echo "fio ${opts[*]}"; echo; } >>"${logfile}.${test_number}"
 
     "${dynamic_analyzer[@]}" "$fio" "${opts[@]}"