t/io_uring: don't append 'K' to IOPS if we don't divide by 1000
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index ac53463d04642026512d8e9db961483c29dee1fe..30f9b5c1e995d49174aebc2fd48ebe6e51d34acf 100644 (file)
--- a/stat.c
+++ b/stat.c
 #include "zbd.h"
 #include "oslib/asprintf.h"
 
+#ifdef WIN32
+#define LOG_MSEC_SLACK 2
+#else
 #define LOG_MSEC_SLACK 1
+#endif
 
 struct fio_sem *stat_sem;